From bc4d46912e315c50d409c407cc6a1feeeb9832d2 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Sun, 29 Aug 2021 01:20:00 +0530 Subject: [PATCH] Update first screen --- src/components/PhotoFrame.tsx | 5 ++++- src/utils/strings/englishConstants.tsx | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/PhotoFrame.tsx b/src/components/PhotoFrame.tsx index 2ff375964..0c11c80cc 100644 --- a/src/components/PhotoFrame.tsx +++ b/src/components/PhotoFrame.tsx @@ -489,8 +489,11 @@ const PhotoFrame = ({ return ( <> {!isFirstLoad && files.length === 0 && !searchMode ? ( - + +
+ {constants.UPLOAD_FIRST_PHOTO_DESCRIPTION} +