feat: priority UI (#6966)

This commit is contained in:
Shivam Mishra
2023-04-24 19:00:08 +05:30
committed by GitHub
parent f1fc658a0d
commit 0874aeee2d
13 changed files with 292 additions and 8 deletions

View File

@@ -66,6 +66,23 @@
"NEXT_WEEK": "Next week"
}
},
"PRIORITY": {
"TITLE": "Priority",
"OPTIONS": {
"NONE": "None",
"URGENT": "Urgent",
"HIGH": "High",
"MEDIUM": "Medium",
"LOW": "Low"
},
"CHANGE_PRIORITY": {
"SELECT_PLACEHOLDER": "None",
"INPUT_PLACEHOLDER": "Select priority",
"NO_RESULTS": "No results found",
"SUCCESSFUL": "Changed priority of conversation id %{conversationId} to %{priority}",
"FAILED": "Couldn't change priority. Please try again."
}
},
"CARD_CONTEXT_MENU": {
"PENDING": "Mark as pending",
"RESOLVED": "Mark as resolved",