diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-26 17:43:24 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-26 17:43:24 +0200 |
| commit | 5f55b522481a076142ff790179b964b4318653e9 (patch) | |
| tree | a1c1a9d9c70388cad6aed65b10cb87398f333368 /config | |
| parent | 2328172c6965cbb9e034b2c21bbd29023902a099 (diff) | |
Fix login view so the user knows where they are logging in to
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 1 | ||||
| -rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index ae1149a4..51fafe21 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -201,6 +201,7 @@ de: | |||
| 201 | login: "Anmeldename" | 201 | login: "Anmeldename" |
| 202 | password: "Passwort" | 202 | password: "Passwort" |
| 203 | log_in: "anmelden" | 203 | log_in: "anmelden" |
| 204 | heading: "cccms" | ||
| 204 | 205 | ||
| 205 | otp_challenges: | 206 | otp_challenges: |
| 206 | new: | 207 | new: |
diff --git a/config/locales/en.yml b/config/locales/en.yml index 50811b37..b3678187 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -154,6 +154,7 @@ en: | |||
| 154 | login: "Login" | 154 | login: "Login" |
| 155 | password: "Password" | 155 | password: "Password" |
| 156 | log_in: "log in" | 156 | log_in: "log in" |
| 157 | heading: "cccms" | ||
| 157 | 158 | ||
| 158 | otp_challenges: | 159 | otp_challenges: |
| 159 | new: | 160 | new: |
