feat: Command bar action for priority (#6989)

* Add command action for priority assignment

* Fix icon path

* Update conversationHotKeys.js
This commit is contained in:
Muhsin Keloth
2023-04-26 13:29:01 +05:30
committed by GitHub
parent cef1f97d18
commit 5d30dabf97
3 changed files with 98 additions and 0 deletions

View File

@@ -101,6 +101,7 @@
"REPORTS": "Reports",
"CONVERSATION": "Conversation",
"CHANGE_ASSIGNEE": "Change Assignee",
"CHANGE_PRIORITY": "Change Priority",
"CHANGE_TEAM": "Change Team",
"ADD_LABEL": "Add label to the conversation",
"REMOVE_LABEL": "Remove label from the conversation",
@@ -126,6 +127,7 @@
"GO_TO_NOTIFICATIONS": "Go to Notifications",
"ADD_LABELS_TO_CONVERSATION": "Add label to the conversation",
"ASSIGN_AN_AGENT": "Assign an agent",
"ASSIGN_PRIORITY": "Assign priority",
"ASSIGN_A_TEAM": "Assign a team",
"MUTE_CONVERSATION": "Mute conversation",
"UNMUTE_CONVERSATION": "Unmute conversation",