From 54e09ed4f17633c36d54ce2b613a6c7358d33715 Mon Sep 17 00:00:00 2001 From: Andrea Leardini Date: Thu, 12 Sep 2024 16:26:49 +0200 Subject: [PATCH] fix: improve warning for modules disabled but loaded --- public/i18n/en/translation.json | 4 ++-- .../firewall/nat/NatHelpersTable.vue | 18 +++++++++++------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/public/i18n/en/translation.json b/public/i18n/en/translation.json index 2f73e8bb6..afedcb5b3 100644 --- a/public/i18n/en/translation.json +++ b/public/i18n/en/translation.json @@ -1900,8 +1900,8 @@ "loaded_on_kernel": "Loaded on kernel", "loaded": "Loaded", "not_loaded": "Not loaded", - "enabled_but_not_loaded_tooltip": "The module is enabled but not loaded on the kernel.", - "disabled_but_loaded_tooltip": "This module is disabled but currently loaded on the kernel: you might need to reboot the unit to unload it.", + "enabled_but_not_loaded_tooltip": "This module is enabled but not loaded in the kernel.", + "disabled_but_loaded_tooltip": "This module is currently disabled but still loaded in the kernel. It may have been loaded as a dependency of another module or manually disabled. If manually disabled, a system reboot may be required to fully unload it.", "filter_nat_helpers": "Filter NAT helpers", "no_nat_helpers_found": "No NAT helpers found", "edit_nat_helper": "Edit NAT helper", diff --git a/src/components/standalone/firewall/nat/NatHelpersTable.vue b/src/components/standalone/firewall/nat/NatHelpersTable.vue index 4e5ed65f8..a9de07f8a 100644 --- a/src/components/standalone/firewall/nat/NatHelpersTable.vue +++ b/src/components/standalone/firewall/nat/NatHelpersTable.vue @@ -110,8 +110,8 @@ const { currentPage, paginatedItems } = useItemPagination(() => props.filteredNa : t('standalone.nat_helpers.not_loaded') }} - - + + + + + +