From 164b76fad806b078aad8c537ba9bdcfbfc757dca Mon Sep 17 00:00:00 2001 From: physcik Date: Tue, 5 May 2026 11:39:54 +0500 Subject: css changes + error handling --- front/src/Locales/en_US.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'front/src/Locales/en_US.ts') 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([ ["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; -- cgit v1.3