build fix

This commit is contained in:
Abhinav 2022-04-29 16:46:56 +05:30
parent fc2cd2023d
commit bde119eb33
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ export default function FixLargeThumbnails(props: Props) {
show={props.isOpen}
onHide={props.hide}
attributes={{
title: constants.FIX_LARGE_THUMBNAILS,
title: constants.COMPRESS_THUMBNAILS,
staticBackdrop: true,
}}>
<div

View file

@ -36,7 +36,7 @@ function ChangeEmailPage() {
<Card.Body style={{ padding: '40px 30px' }}>
<Card.Title style={{ marginBottom: '32px' }}>
<LogoImg src="/icon.svg" />
{constants.UPDATE_EMAIL}
{constants.CHANGE_EMAIL}
</Card.Title>
<Alert
variant="success"