mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
vuejs: add missing translations for multiselect
This commit is contained in:
parent
16c86daafb
commit
216c035bac
@ -19,6 +19,9 @@
|
|||||||
:options="options"
|
:options="options"
|
||||||
group-values="locations"
|
group-values="locations"
|
||||||
group-label="locationCategories"
|
group-label="locationCategories"
|
||||||
|
:select-label="$t('multiselect.select_label')"
|
||||||
|
:deselect-label="$t('multiselect.deselect_label')"
|
||||||
|
:selected-label="$t('multiselect.selected_label')"
|
||||||
@select="updateAdminLocation">
|
@select="updateAdminLocation">
|
||||||
</VueMultiselect>
|
</VueMultiselect>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user