diff options
Diffstat (limited to 'front/src/Locales/en_US.ts')
| -rw-r--r-- | front/src/Locales/en_US.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/front/src/Locales/en_US.ts b/front/src/Locales/en_US.ts index b67eb65..f14a87d 100644 --- a/front/src/Locales/en_US.ts +++ b/front/src/Locales/en_US.ts @@ -7,6 +7,11 @@ lang.LocalizedStrings = new Map<string, string>([ ["contents", "contents"], ["home", "Home"], ["weapons", "Weapons"], + + // Prompts + ["*acc-prompt*", "Don't have an account?"], + ["*security-warning*", `Listen, choom. We don't have that military grade ice behind the data fortress. What that means for you is any gonk or AI can probably get in and steal your data. Please don't use a password that you use on any important websites over here! Make a throwaway one!`], + ["*forbidden*", "How did you even get here? You don't have access for this"], ]); export default lang; |
