making it plural

This commit is contained in:
hannathkadher
2025-03-14 11:47:32 +04:00
parent 1f25e09388
commit a495563c42

View File

@ -624,7 +624,7 @@ export class ControllerRoute {
};
static AUTOMATION = class {
public static readonly ROUTE = '/projects/:projectUuid/automation';
public static readonly ROUTE = '/projects/:projectUuid/automations';
static ACTIONS = class {
public static readonly ADD_AUTOMATION_SUMMARY = 'Add automation';