aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-20 12:12:04 -0500
committerGitHub <noreply@github.com>2021-02-20 12:12:04 -0500
commitfbda685fe7eaa1acc5f80a4c748d4253da9e11e0 (patch)
tree2078369aa878324088e62b998de76e0a5e487819 /src/constants/strings.ts
parentf4d8c3058ac601b0652f28e4ac5e3a6360b7bbd7 (diff)
parent8357cea9e510c97ba8816cb6850541509c5d764e (diff)
Merge pull request #253 from shravyaramesh/tma644-edit-suggested
Tma644 edit suggested
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r--src/constants/strings.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts
index 0965bad0..5ae19e9c 100644
--- a/src/constants/strings.ts
+++ b/src/constants/strings.ts
@@ -4,6 +4,7 @@
// replace with: $1\t$3
export const ADD_COMMENT_TEXT = (username?: string) => username ? `Reply to ${username}` : 'Add a comment...'
export const COMING_SOON_MSG = 'Creating more fun things for you, surprises coming soon 😉';
+export const ERROR_ATTEMPT_EDIT_SP = 'Can\'t let you do that yet! Please onboard Suggested People first!';
export const ERROR_AUTHENTICATION = 'An error occurred during authentication. Please login again!';
export const ERROR_CATEGORY_CREATION = 'There was a problem creating your categories. Please refresh and try again.';
export const ERROR_CATEGORY_UPDATE = 'There was a problem updating your categories. Please refresh and try again';