diff options
| author | winter Sparkles | 2026-08-09 15:44:18 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-09 15:44:18 +0100 |
| commit | 96387025da63025894f6259f7eebed0fc6fc53ac (patch) | |
| tree | a83d73eeb7ec419b24ff78291634503d4ebceec1 /locale/en.ini | |
| parent | c8998ccdff070d7c73a634e031a041260b87c3b1 (diff) | |
implement the rest of login process incl. cookie redirects and 'next'
Diffstat (limited to 'locale/en.ini')
| -rw-r--r-- | locale/en.ini | 3 |
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" |
