From 0f1f487c7541401bffc858321ba42300d7abb864 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:56:07 +0200 Subject: [PATCH] [ACS-10285] Fix rule toggle label (#4833) --- projects/aca-content/folder-rules/assets/i18n/en.json | 2 +- .../rule-list/rule-list-item/rule-list-item.ui-component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/aca-content/folder-rules/assets/i18n/en.json b/projects/aca-content/folder-rules/assets/i18n/en.json index 6abbd814f..76deda526 100644 --- a/projects/aca-content/folder-rules/assets/i18n/en.json +++ b/projects/aca-content/folder-rules/assets/i18n/en.json @@ -124,7 +124,7 @@ "LOAD_MORE_RULE_SETS": "Load rules from other folders", "LOAD_MORE_RULES": "Load more rules", "LOADING_RULES": "Loading rules", - "TOGGLE_RULE_STATE": "Toggle rule enabled state", + "TOGGLE_RULE_STATE": "Toggle {{ name }} rule", "INHERITED_RULES_WILL_BE_RUN_FIRST": "Inherited rules will be run first", "ALL_LINKED_RULES_ARE_DISABLED": "All rules linked from this rule set are disabled" }, diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.html b/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.html index 41572d71a..5c352bc05 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.html +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.html @@ -5,7 +5,7 @@