diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-05-05 11:39:54 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-05-05 11:39:54 +0500 |
| commit | 164b76fad806b078aad8c537ba9bdcfbfc757dca (patch) | |
| tree | 9e3d38765c307a88792c8e98c22a4d4673a03e40 /front/src/Locales/en_US.ts | |
| parent | b82265994c5f72c40f68c6b3a4960869b6a67951 (diff) | |
css changes + error handling
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; |
