From fa591deb7a57c0b36704e7dd1a76d079cb1bbbe4 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Wed, 5 Aug 2026 16:16:03 +0530 Subject: [PATCH] add i18n keys for new automation actions --- i18n/en-US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en-US.json b/i18n/en-US.json index af917955..0883dcab 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -8,15 +8,15 @@ "account.publicAvatar": "Public avatar", "actions.addAction": "Add action", "actions.addCondition": "Add condition", - "actions.addPrivateNote": "Add private note", "actions.addTags": "Add tags", "actions.addingPrivateNotes": "Adding private notes", + "actions.addPrivateNote": "Add private note", "actions.applyMacro": "Apply macro", + "actions.notify": "Notify", "actions.openMacros": "Open macros", "actions.assignAgent": "Assign agent", "actions.assignTeam": "Assign team", "actions.noActions": "No actions", - "actions.notify": "Notify", "actions.removeLink": "Remove link", "actions.removeTags": "Remove tags", "actions.sendCsat": "Send CSAT",