diff options
author | Jan <jan@dwrox.net> | 2021-01-08 10:25:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 10:25:52 +0100 |
commit | 93584eac82895488e790f9a8a5e02c14e78062d9 (patch) | |
tree | 8dbeb32ff2c2441f3cef293b53b9b02515796f76 /app/i18n | |
parent | f73e6a6c7deed016c8fb931ea6a439aeaefda98c (diff) |
Fix typo in German language file
Diffstat (limited to 'app/i18n')
-rw-r--r-- | app/i18n/lang/de.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/lang/de.json b/app/i18n/lang/de.json index f1838e0..0c5ff31 100644 --- a/app/i18n/lang/de.json +++ b/app/i18n/lang/de.json @@ -28,7 +28,7 @@ "name": "Name", "email": "E-Mail", "advancedSettings": "Erweiterte Einstellungen", - "alwaysOnTopWindow": "Immer im Vordergrung", + "alwaysOnTopWindow": "Immer im Vordergrund", "startWithAudioMuted": "Ohne Audio starten", "startWithVideoMuted": "Ohne Video starten", "invalidServer": "Falsche Server-Adresse", |