Skip to content

Commit

Permalink
Fix missing translation of the placeholder
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Oct 21, 2019
1 parent 306a37f commit 4aca0a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/admin/general-settings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/admin/general-settings.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vue/src/views/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 4aca0a2

Please sign in to comment.