Skip to content

Commit

Permalink
Update _form.html.erb to fix #9934 (#9938)
Browse files Browse the repository at this point in the history
* Update _form.html.erb

* Create Readme

* Delete mychanges/img directory
  • Loading branch information
Pandademic committed Jul 26, 2021
1 parent 2234ad0 commit f41f8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tag/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<% else %>
<div class="input-group">
<input aria-label="Enter tag name" autocomplete="off" class="tag-input form-control" name="name" type="text" placeholder="<%= translation('tag._tagging.enter_tags') %>" data-provide="typeahead" />
<input aria-label="Enter tag name" autocomplete="off" class="tag-input form-control" name="name" type="text" placeholder="<%= translation('tag._tagging.enter_tags,{},false') %>" data-provide="typeahead" />
<div class="input-group-append">
<%= render partial: 'tag/advanced_tagging' %>
</div>
Expand All @@ -27,4 +27,4 @@
});
</script>
</div>
</form>
</form>

0 comments on commit f41f8e7

Please sign in to comment.