From caef32adb24905e5d805c4d81382bb5b378de2b8 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 27 Jan 2022 16:08:25 +0530 Subject: [PATCH] change button text for web to singup --- src/components/pages/sharedAlbum/GoToEnte.tsx | 2 +- src/utils/strings/englishConstants.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/pages/sharedAlbum/GoToEnte.tsx b/src/components/pages/sharedAlbum/GoToEnte.tsx index a8e95814f..f868de627 100644 --- a/src/components/pages/sharedAlbum/GoToEnte.tsx +++ b/src/components/pages/sharedAlbum/GoToEnte.tsx @@ -37,7 +37,7 @@ function GoToEnte() { if (os === OS.ANDROID || os === OS.IOS) { return constants.INSTALL; } else { - return constants.SIGNUP_OR_LOGIN; + return constants.SIGN_UP; } }; diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 6a7226590..8a2b757d9 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -636,7 +636,6 @@ const englishConstants = { REPORT_SUBMIT_SUCCESS_TITLE: 'report sent', REPORT_SUBMIT_FAILED: 'failed to sent report, try again', INSTALL: 'install', - SIGNUP_OR_LOGIN: 'signup / login', ALBUM_URL: 'album url', PUBLIC_SHARING: 'public sharing', NOT_FOUND: '404 - not found',