aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-03-12 12:13:08 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-03-12 12:13:08 -0800
commit1433c44fd4588b9044df83e199a57223b4979446 (patch)
tree35c3c29d8ec1499958aae51cd23176ff60f8133a /src/constants/strings.ts
parentbbad09d88dacb8f91904e9865b02a2584a87da97 (diff)
error message apt
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r--src/constants/strings.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts
index 3c2100f4..f289cfc1 100644
--- a/src/constants/strings.ts
+++ b/src/constants/strings.ts
@@ -43,10 +43,11 @@ export const ERROR_TWILIO_SERVER_ERROR = 'mhm, looks like that is an invalid pho
export const ERROR_UNABLE_TO_FIND_PROFILE = 'We were unable to find this profile. Please check username and try again';
export const ERROR_UNABLE_TO_VIEW_PROFILE = 'Unable to view this profile';
export const ERROR_UPLOAD = 'An error occurred while uploading. Please try again!';
-export const ERROR_UPLOAD_BADGES = 'Unable to upload your badges. Please retry';
+export const ERROR_UPLOAD_BADGES = 'Unable to upload your badges. Please retry!';
export const ERROR_BADGES_EXCEED_LIMIT = 'You can\'t have more than 5 badges!';
export const ERROR_UPLOAD_LARGE_PROFILE_PIC = "Can't have the first image seen on the profile be blank, please upload a large picture";
export const ERROR_UPLOAD_MOMENT = 'Unable to upload moment. Please retry';
+export const ERROR_UPLOAD_SP_PHOTO = 'Unable to update suggested people photo. Please retry!';
export const ERROR_UPLOAD_SMALL_PROFILE_PIC = "Can't have a profile without a pic to represent you, please upload a small profile picture";
export const ERROR_VERIFICATION_FAILED_SHORT = 'Verification failed 😓';
export const MARKED_AS_MSG = (str: string) => `Marked as ${str}`;