From 3a4253038bc28dd4750d56e0078a04aba36acee8 Mon Sep 17 00:00:00 2001 From: Lucas Brandstaetter <lucas@brandstaetter.tech> Date: Sat, 7 Dec 2024 01:41:20 +0100 Subject: [PATCH] Fix typos in api --- src/api/locale/de/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/locale/de/LC_MESSAGES/django.po b/src/api/locale/de/LC_MESSAGES/django.po index d20757e67..a20b1a464 100644 --- a/src/api/locale/de/LC_MESSAGES/django.po +++ b/src/api/locale/de/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "SSO__authorize" -msgstr "Authorisieren von" +msgstr "Autorisieren von" msgid "SSO__authorize_scopes" msgstr "Die Seite möchte folgendes wissen:" @@ -33,7 +33,7 @@ msgid "SSO__authorize_accept" msgstr "akzeptieren" msgid "SSO__out_of_band_noscript" -msgstr "Bitte kopiere nun das Token in das Program, welches die Authentifikation angefragt hat. Du kannst das Token in der Adress Zeile zwischen '#code=' und '&' finden." +msgstr "Bitte kopiere nun das Token in das Program, welches die Authentifikation angefragt hat. Du kannst das Token in der Adress-Zeile zwischen '#code=' und '&' finden." msgid "SSO__out_of_band" msgstr "Bitte kopiere nun das Token in die Anwendung, welche die Authentifikation angefragt hat." -- GitLab