Skip to content

Commit

Permalink
Merge pull request #875 from owlchester/tag-placeholder-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ilestis authored May 16, 2024
2 parents 738b2ea + 0a53b09 commit 557049d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/forms/tags.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class="form-tags"
style="width: 100%"
data-url="{{ route('tags.find', $campaign) }}"
data-allow-new="{{ $allowNew ? 'true' : 'false' }}"
data-placeholder=""
data-placeholder="{{ __('crud.placeholders.multiple') }}"
@if ($allowClear) data-allow-clear="true" @endif
data-new-tag="{{ __('tags.create.title') }}"
@if (!empty($dropdownParent)) data-dropdown-parent="{{ $dropdownParent }}" @endif
Expand Down

0 comments on commit 557049d

Please sign in to comment.