fix: Update agent select placeholder translation (#1533)

This commit is contained in:
Muhsin Keloth
2020-12-19 22:21:20 -08:00
committed by GitHub
parent 8e2b4acc43
commit f3f2542bae

View File

@@ -23,7 +23,7 @@
selected-label
:select-label="$t('FORMS.MULTISELECT.ENTER_TO_SELECT')"
:deselect-label="$t('FORMS.MULTISELECT.ENTER_TO_REMOVE')"
:placeholder="$t('INBOX_MGMT.ADD.AGENTS.PICK_AGENTS ')"
:placeholder="$t('INBOX_MGMT.ADD.AGENTS.PICK_AGENTS')"
@select="$v.selectedAgents.$touch"
>
</multiselect>