aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-17 11:07:45 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-25 13:52:39 -0700
commitf662d1cd85447de0f6be945a350d1f2d1be5033e (patch)
tree52cdfe8c6f01a74493670005bb9bb72b7d490fcc /src/constants/strings.ts
parent99de9c8402f470ead242a81510dc2764ae7d9e66 (diff)
Separated Private and Public Profiles
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 cb442b7b..fa1aeb25 100644
--- a/src/constants/strings.ts
+++ b/src/constants/strings.ts
@@ -54,6 +54,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_CATEGORY_DELETE = 'Category successfully deleted, but its memory will live on';
export const SUCCESS_INVITATION_CODE = 'Welcome to Tagg!';
export const SUCCESS_LINK = (str: string) => `Successfully linked ${str} 🎉`;