aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2021-01-27 14:14:16 -0800
committerGitHub <noreply@github.com>2021-01-27 14:14:16 -0800
commit21a3e000443c5c4ab2ae91000108b9d3b0383964 (patch)
treeaf5bd837299abb81aa1ffe89fe7fcbd2ca0bab53 /src/constants/strings.ts
parent3f133f27964439f6ef5caab41d7801bbef498294 (diff)
parent5f276162a42873564d011b6de72d15a0075a6485 (diff)
Merge pull request #202 from ashmgarv/tma566-comments-depth
[TMA 566/600] Revamp comments : Depth
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r--src/constants/strings.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts
index a1793658..77ded7be 100644
--- a/src/constants/strings.ts
+++ b/src/constants/strings.ts
@@ -1,7 +1,9 @@
+
/* eslint-disable */
// Below is the regex to convert this into a csv for the Google Sheet
// export const (.*) = .*?(['|"|`])(.*)\2;
// 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_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.';