mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-11 05:56:55 +03:00
feat: change naming for rules_other_mark_exist
This commit is contained in:
@@ -2850,7 +2850,7 @@ async function runNftCheck() {
|
||||
},
|
||||
{
|
||||
state: !data.rules_other_mark_exist ? "success" : "warning",
|
||||
key: _("None other Mark rules"),
|
||||
key: !data.rules_other_mark_exist ? _("No other marking rules found") : _("Additional marking rules found"),
|
||||
value: ""
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user