chore: Move missing text to translation files (#1501)

This commit is contained in:
Pranav Raj S
2020-12-08 23:31:25 +05:30
committed by GitHub
parent 870a24126e
commit 70002afc60
11 changed files with 66 additions and 18 deletions

View File

@@ -31,13 +31,13 @@
<div class="multiselect-box ion-headphone">
<multiselect
v-model="currentChat.meta.assignee"
:options="agentList"
label="name"
:allow-empty="true"
deselect-label="Remove"
placeholder="Select Agent"
:deselect-label="$t('CONVERSATION.ASSIGNMENT.REMOVE')"
:options="agentList"
:placeholder="$t('CONVERSATION.ASSIGNMENT.SELECT_AGENT')"
:select-label="$t('CONVERSATION.ASSIGNMENT.ASSIGN')"
label="name"
selected-label
select-label="Assign"
track-by="id"
@select="assignAgent"
@remove="removeAgent"