Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
work.w
Commits
3bca871c
Commit
3bca871c
authored
Jun 05, 2020
by
alexandre
Browse files
Chnaged "Indications" to "Indication(s)"
parent
0ff8f88f
Changes
2
Hide whitespace changes
Inline
Side-by-side
playground/templates/playground/underscore/node-form.mtpl
View file @
3bca871c
...
...
@@ -91,7 +91,7 @@
</label>
<!-- Indications -->
<label><span class="label-text js-help" data-href="#indications"><%- t('Indications') %></span>
<textarea name="indications"><%- indication
s
%></textarea>
<textarea name="indications"><%- indication
(s)
%></textarea>
</label>
</section>
</fieldset>
...
...
playground/templates/playground/underscore/node-vue.mtpl
View file @
3bca871c
...
...
@@ -41,7 +41,7 @@
<span class="line__indications">
<span class="label">
<% if (indications) { %>
<p><span class="indications-label"><%- t('Indication
s
') %>: </span>
<p><span class="indications-label"><%- t('Indication
(s)
') %>: </span>
<%= indications.replace(/(?:\r\n|\r|\n)/g, '<br>') %></p>
<% } %>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment