diff --git a/html/index.html b/html/index.html index d05479c1..ee412fb8 100644 --- a/html/index.html +++ b/html/index.html @@ -1344,17 +1344,17 @@

{{ i18n.commentAddDetection }}

-
-
- - fa-regular fa-circle-question - +
+
{{ i18n.cancel }} {{ i18n.create }} + + fa-regular fa-circle-question +
@@ -1479,11 +1479,11 @@

{{ i18n.commentAddDetection }}

- - fa-regular fa-circle-question - - - {{ i18n.delete }} + + fa-regular fa-circle-question + + + fa-circle-xmark
@@ -1513,11 +1513,11 @@

{{ i18n.commentAddDetection }}

- - fa-regular fa-circle-question - - - {{ i18n.delete }} + + fa-regular fa-circle-question + + + fa-circle-xmark
diff --git a/html/js/i18n.js b/html/js/i18n.js index 7d2adab9..3c1b888b 100644 --- a/html/js/i18n.js +++ b/html/js/i18n.js @@ -591,6 +591,7 @@ const i18n = { order: 'Order', osUptime: 'OS Uptime', other: 'Other', + overrideDeleteHelp: 'Delete this rule override', overrideDocumentationHelp: 'Click for more information', overrideExpand: 'Show all override fields', overview: 'Overview',