Skip to content

Commit

Permalink
Updated placeholder for batch edit users (fix #1295).
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Sep 16, 2018
1 parent d7d8c4f commit b5bac74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/src/Form/UserBatchUpdateForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function init()
'id' => 'remove-from-site-permission-select',
'class' => 'chosen-select',
'multiple' => true,
'data-placeholder' => 'Select site', // @translate
'data-placeholder' => 'Select sites', // @translate
'data-collection-action' => 'remove',
],
'options' => [
Expand All @@ -69,7 +69,7 @@ public function init()
'id' => 'add-to-site-permission-select',
'class' => 'chosen-select',
'multiple' => true,
'data-placeholder' => 'Select site', // @translate
'data-placeholder' => 'Select sites', // @translate
'data-collection-action' => 'append',
],
'options' => [
Expand Down

0 comments on commit b5bac74

Please sign in to comment.