Skip to content

Commit

Permalink
Merge pull request #2327 from nextcloud/bugfix/2326/fix-missing-trans…
Browse files Browse the repository at this point in the history
…lation

Fix missing translation of the placeholder
  • Loading branch information
nickvergessen authored Oct 21, 2019
2 parents ec15df2 + 90346ce commit 0bb4268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/AdminSettings/GeneralSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<Multiselect id="start_calls"
v-model="startCalls"
:options="startCallOptions"
:placeholder="t('spreed', 'Who can start a call?')"
label="label"
track-by="value"
@input="saveChanges" />
Expand Down

0 comments on commit 0bb4268

Please sign in to comment.