diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-29 18:17:46 -0400 | 
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-03-29 18:17:46 -0400 | 
| commit | d5669f3d08bee68b37f51727e499e84610685422 (patch) | |
| tree | 8de9664c49e63833504aafd69ca8f965249d412d /src/constants/strings.ts | |
| parent | d1e5d18c36af46b450ec7d019550c05b1a78f2db (diff) | |
| parent | b0e4fe55be8983079f499b923e953855afeb2c64 (diff) | |
Merge branch 'master' into tma739-bugfix-profile-onboarding-tutorial
# Conflicts:
#	src/components/profile/Content.tsx
Diffstat (limited to 'src/constants/strings.ts')
| -rw-r--r-- | src/constants/strings.ts | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/constants/strings.ts b/src/constants/strings.ts index 66d4a6d9..4f792dcc 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -31,6 +31,7 @@ export const ERROR_NEXT_PAGE = 'There was a problem while loading the next page  export const ERROR_NOT_ONBOARDED = 'You are now on waitlist, please enter your invitation code if you have one';  export const ERROR_PHONE_IN_USE = 'Phone already in use, please try another one';  export const ERROR_PROFILE_CREATION_SHORT = 'Profile creation failed 😓'; +export const ERROR_PROFILE_UPDATE_SHORT = 'Profile update failed. 😔';  export const ERROR_PWD_ACCOUNT = (str: string) => `Please make sure that the email / username entered is registered with us. You may contact our customer support at ${str}`;  export const ERROR_REGISTRATION = (str: string) => `Registration failed 😔, ${str}`;  export const ERROR_SELECT_BIRTHDAY = 'Please select your birthday'; @@ -55,6 +56,7 @@ export const MARKED_AS_MSG = (str: string) => `Marked as ${str}`;  export const MOMENT_DELETED_MSG = 'Moment deleted....Some moments have to go, to create space for greater ones';  export const NO_NEW_NOTIFICATIONS = 'You have no new notifications';  export const NO_RESULTS_FOUND = 'No Results Found!'; +export const PRIVATE_ACCOUNT = 'This account is private';  export const SUCCESS_BADGES_UPDATE = 'Badges updated successfully!'  export const SUCCESS_CATEGORY_DELETE = 'Category successfully deleted, but its memory will live on';  export const SUCCESS_INVITATION_CODE = 'Welcome to Tagg!'; | 
