columnSelect: change placeholder wording
This commit is contained in:
parent
0f6384fd56
commit
3979d8f66a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<% end %>
|
||||
</select>
|
||||
<div class="columnSelect-column columnSelect-column--selected js-selected">
|
||||
<div class="u-placeholder js-placeholder"><%- @T('No value selected') %></div>
|
||||
<div class="u-placeholder js-placeholder"><%- @T('Nothing selected') %></div>
|
||||
<% for option in @options: %>
|
||||
<div class="columnSelect-option is-hidden js-remove js-option" data-value="<%= option.value %>"><%= option.name %></div>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue