diff --git a/config/locale.json b/config/locale.json index 4a8ca92e8..cd2f0509a 100644 --- a/config/locale.json +++ b/config/locale.json @@ -15,7 +15,8 @@ "no": "No", "loading": "Loading...", "cancel": "Cancel", - "authNecessary": "Authentication necessary." + "authNecessary": "Authentication necessary.", + "or": "or" }, "navbar": { "feedback": "Feedback", @@ -252,7 +253,8 @@ "addToMapping": "zum Mapping hinzufügen", "loading": "Lade...", "cancel": "Abbrechen", - "authNecessary": "Authentifizierung notwendig." + "authNecessary": "Authentifizierung notwendig.", + "or": "oder" }, "navbar": { "feedback": "Feedback", diff --git a/src/components/TheSettings.vue b/src/components/TheSettings.vue index 6c8fe11ef..bf2d3d69e 100644 --- a/src/components/TheSettings.vue +++ b/src/components/TheSettings.vue @@ -188,14 +188,8 @@

- {{ $util.prefLabel(shortcut) || shortcut.action }} -

+ {{ $util.prefLabel(shortcut) || shortcut.action }}
+