aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorwinter Sparkles2026-08-09 15:44:18 +0100
committerwinter Sparkles2026-08-09 15:44:18 +0100
commit96387025da63025894f6259f7eebed0fc6fc53ac (patch)
treea83d73eeb7ec419b24ff78291634503d4ebceec1 /locale
parentc8998ccdff070d7c73a634e031a041260b87c3b1 (diff)
implement the rest of login process incl. cookie redirects and 'next'
Diffstat (limited to 'locale')
-rw-r--r--locale/en.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/en.ini b/locale/en.ini
index 295ffcc..cb1766d 100644
--- a/locale/en.ini
+++ b/locale/en.ini
@@ -16,4 +16,5 @@ challenge.input.otp = "One-time passcode"
challenge.message.wrong-username = "Username does not exist"
challenge.message.wrong-password = "Incorrect username or password"
challenge.message.wrong-otp = "Invalid OTP code"
-challenge.continue = "Continue" \ No newline at end of file
+challenge.continue = "Continue"
+challenge.separator = "or"