change button text for web to singup

This commit is contained in:
Abhinav 2022-01-27 16:08:25 +05:30
parent 8deaf8e39e
commit caef32adb2
2 changed files with 1 additions and 2 deletions

View file

@ -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;
}
};

View file

@ -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',