diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json
index 2179ca48..cef155f1 100755
--- a/front/php/templates/language/en_us.json
+++ b/front/php/templates/language/en_us.json
@@ -655,11 +655,11 @@
"UI_ICONS_name": "Pre-defined icons",
"UI_LANG_description": "Select the preferred UI language. Help translating or suggest languages in the online portal of Weblate.",
"UI_LANG_name": "UI Language",
- "UI_MY_DEVICES_description": "Devices of which statuses should be shown in the default My Devices view. (CTRL + Click to select/deselect)",
+ "UI_MY_DEVICES_description": "Devices of which statuses should be shown in the default My Devices view.",
"UI_MY_DEVICES_name": "Show in My Devices view",
"UI_NOT_RANDOM_MAC_description": "Mac prefixes which shouldn't be marked as Random devices. Enter for example 52 to exclude devices starting with 52:xx:xx:xx:xx:xx from being marked as devices with a random MAC address.",
"UI_NOT_RANDOM_MAC_name": "Don't mark as Random",
- "UI_PRESENCE_description": "Select what statuses should be shown in the Device presence chart in the Devices page. (CTRL + Click to select/deselect)",
+ "UI_PRESENCE_description": "Select what statuses should be shown in the Device presence chart in the Devices page.",
"UI_PRESENCE_name": "Show in presence chart",
"UI_REFRESH_description": "Enter number of seconds after which the UI reloads. Set to 0 to disable.",
"UI_REFRESH_name": "Auto-refresh UI",
diff --git a/front/plugins/README.md b/front/plugins/README.md
index f3ed7b96..acb5648d 100755
--- a/front/plugins/README.md
+++ b/front/plugins/README.md
@@ -8,7 +8,7 @@ NetAlertX supports additional plugins to extend its functionality, each with its
## ⚡ Quick start
> [!TIP]
-> You can load additional Plugins via the General -> `LOADED_PLUGINS` setting. Use `Ctrl + Click` to select/deselect.
+> You can load additional Plugins via the General -> `LOADED_PLUGINS` setting.
1. Pick your `🔍 dev scanner` plugin (e.g. `ARPSCAN` or `NMAPDEV`), or import devices into the application with an `📥 importer` plugin. (See **✅Enabling plugins** below)
2. Pick a `▶️ publisher` plugin, if you want to send notifications. If you don't see a publisher you'd like to use, look at the [📚_publisher_apprise](/front/plugins/_publisher_apprise/) plugin which is a proxy for over 80 notification services.
diff --git a/front/plugins/notification_processing/config.json b/front/plugins/notification_processing/config.json
index 53d997aa..65bff561 100755
--- a/front/plugins/notification_processing/config.json
+++ b/front/plugins/notification_processing/config.json
@@ -65,15 +65,15 @@
"description": [
{
"language_code": "en_us",
- "string": "Specifies which events trigger notifications. Remove the event type(s) you do not want to get notified on. This setting overrides device-specific settings in the UI. (CTRL + Click to select/deselect)."
+ "string": "Specifies which events trigger notifications. Remove the event type(s) you do not want to get notified on. This setting overrides device-specific settings in the UI."
},
{
"language_code": "de_de",
- "string": "Spezifiziert, bei welchen Events Benachrichtigungen versendet werden. Entfernen Sie die Eventtypen, bei welchen Sie nicht benachrichtigt werden wollen. Diese Einstellung überschreibt gerätespezifische Einstellungen im UI. (STRG + klicken zum aus-/abwählen)."
+ "string": "Spezifiziert, bei welchen Events Benachrichtigungen versendet werden. Entfernen Sie die Eventtypen, bei welchen Sie nicht benachrichtigt werden wollen. Diese Einstellung überschreibt gerätespezifische Einstellungen im UI."
},
{
"language_code": "es_es",
- "string": "Especifica que eventos envĂan notificaciones. Elimina los tipos de eventos de los que no quieras recibir notificaciones. Este ajuste sobreescribe los ajustes especĂficos de los dispositivos en la interfaz. (CTRL + Clic para seleccionar / deseleccionar)."
+ "string": "Especifica que eventos envĂan notificaciones. Elimina los tipos de eventos de los que no quieras recibir notificaciones. Este ajuste sobreescribe los ajustes especĂficos de los dispositivos en la interfaz."
}
]
},