diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-25 20:58:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 20:58:56 -0400 |
commit | 5480267b285812c094246bb941c6deaf83f53ff5 (patch) | |
tree | 17f2e23576c000bcc90d840d14b8abc3bb9bec24 /src/constants/strings.ts | |
parent | 981051448fee6197544383e535fea7a72827d41d (diff) | |
parent | dcf45600b6e2be7820ed2d8c0f44603624f1e719 (diff) |
Merge pull request #475 from IvanIFChen/tma948-video-playback
[TMA-948] Viewing Videos
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r-- | src/constants/strings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts index a1064f49..112bc546 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -77,7 +77,7 @@ You've been tagged by ${invitee}. Follow the instructions below to skip the line Sign up and use this code to get in: ${inviteCode}\n ${APP_STORE_LINK}`; export const SUCCESS_LAST_CONTACT_INVITE = 'Done! That was your last invite, hope you used it wisely!'; export const SUCCESS_LINK = (str: string) => `Successfully linked ${str} 🎉`; -export const SUCCESS_PIC_UPLOAD = 'Beautiful, the picture was uploaded successfully!'; +export const SUCCESS_PIC_UPLOAD = 'Beautiful, the Moment was uploaded successfully!'; export const SUCCESS_PWD_RESET = 'Your password was reset successfully!'; export const SUCCESS_VERIFICATION_CODE_SENT = 'New verification code sent! Check your phone messages for your code'; export const UP_TO_DATE = 'Up-to-Date!'; |