update the empty screen message

This commit is contained in:
Abhinav 2022-06-16 13:09:28 +05:30
parent 0f1384cbea
commit 0f37b12be7
2 changed files with 6 additions and 2 deletions

View file

@ -33,7 +33,7 @@ export default function EmptyScreen({ openUploader }) {
<>
<img height={150} src="/images/gallery.png" />
<div style={{ color: '#a6a6a6', marginTop: '16px' }}>
{constants.UPLOAD_FIRST_PHOTO_DESCRIPTION}
{constants.UPLOAD_FIRST_PHOTO_DESCRIPTION()}
</div>
<Button
variant="outline-success"

View file

@ -141,7 +141,11 @@ const englishConstants = {
NO_INTERNET_CONNECTION:
'Please check your internet connection and try again',
TITLE: 'ente.io | encrypted photo storage',
UPLOAD_FIRST_PHOTO_DESCRIPTION: 'preserve your first memory with ente',
UPLOAD_FIRST_PHOTO_DESCRIPTION: () => (
<Typography>
preserve your first memory with <strong> ente </strong>
</Typography>
),
UPLOAD_FIRST_PHOTO: 'Preserve',
UPLOAD_DROPZONE_MESSAGE: 'Drop to backup your files',
CONFIRM_DELETE: 'Confirm deletion',