-description_placeholder=s_('Snippets|Optionally add a description about what your snippet does or how to use it...')
...
...
@@ -27,7 +27,7 @@
=f.label:file_name,s_('Snippets|File')
.file-holder.snippet
.js-file-title.file-title-flex-parent
=f.text_field:file_name,placeholder: s_("Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"),class: 'form-control js-snippet-file-name qa-snippet-file-name'
=f.text_field:file_name,placeholder: s_("Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"),class: 'form-control js-snippet-file-name',data: {qa_selector: 'file_name_field'}