diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/de.json | 2 | ||||
| -rw-r--r-- | src/i18n/en.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/de.json b/src/i18n/de.json index 2cbd3e51..49179423 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -12,7 +12,7 @@ }, "login": { "login": "Anmelden", - "login_token": "Mit OAuth anmelden", + "description": "Mit OAuth anmelden", "logout": "Abmelden", "password": "Passwort", "placeholder": "z.B. lain", diff --git a/src/i18n/en.json b/src/i18n/en.json index d10fa620..036231bf 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -21,7 +21,7 @@ }, "login": { "login": "Log in", - "login_token": "Log in with OAuth", + "description": "Log in with OAuth", "logout": "Log out", "password": "Password", "placeholder": "e.g. lain", |
