From db14768229ea89c3c1b8c6f16401d64acfd705e5 Mon Sep 17 00:00:00 2001 From: Ponkhy Date: Sun, 12 Sep 2021 01:44:05 +0200 Subject: [PATCH] Wording correction for notification modal --- src/components/NotificationDialog.vue | 2 +- src/languages/de-DE.js | 2 +- src/languages/en.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index ffb7ba71d..d689b0c91 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -410,7 +410,7 @@
- +
diff --git a/src/languages/de-DE.js b/src/languages/de-DE.js index a8cf5a7c0..ec8b9e8dd 100644 --- a/src/languages/de-DE.js +++ b/src/languages/de-DE.js @@ -119,7 +119,7 @@ export default { respTime: "Antw. Zeit (ms)", notAvailableShort: "N/A", "Default enabled": "Standardmäßig aktiviert", - "Also apply to existing monitors": "Auch für alle existierenden Monitore aktivieren", + "Apply on all existing monitors": "Auf alle existierenden Monitore anwenden", enableDefaultNotificationDescription: "Für jeden neuen Monitor wird diese Benachrichtigung standardmäßig aktiviert. Die Benachrichtigung kann weiterhin für jeden Monitor separat deaktiviert werden.", Create: "Erstellen", "Auto Get": "Auto Get", diff --git a/src/languages/en.js b/src/languages/en.js index 585736857..9e95966ef 100644 --- a/src/languages/en.js +++ b/src/languages/en.js @@ -117,7 +117,7 @@ export default { respTime: "Resp. Time (ms)", notAvailableShort: "N/A", "Default enabled": "Default enabled", - "Also apply to existing monitors": "Also apply to existing monitors", + "Apply on all existing monitors": "Apply on all existing monitors", Create: "Create", "Clear Data": "Clear Data", Events: "Events",