diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index ffb7ba71..d689b0c9 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 2b7e96e2..cff49cb0 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 dd4923de..9b692b51 100644 --- a/src/languages/en.js +++ b/src/languages/en.js @@ -121,7 +121,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",