Fixed assign to edge label

This commit is contained in:
Volodymyr Babak 2023-12-21 18:31:09 +02:00
parent 83e68b7c62
commit 49d38fa11e

View File

@ -172,7 +172,7 @@ export class RuleChainsTableConfigResolver implements Resolve<EntityTableConfig<
if (ruleChainScope === 'edge') {
actions.push(
{
name: this.translate.instant('edge.assign-to-edge'),
name: this.translate.instant('rulechain.assign-to-edge'),
icon: 'add',
isEnabled: () => true,
onAction: ($event) => this.assignRuleChainsToEdge($event)