EDUCATOR-5304 - update help text (#25264)
* EDUCATOR-5304 - update help text * EDUCATOR-5304 - update help text - escape underscore * EDUCATOR-5304 - update help text - escape underscore 2
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
<div class="field text value">
|
||||
<label class="sr" for="<%- valueUniqueId %>"><%- display_name %></label>
|
||||
<textarea class="json text" id="<%- valueUniqueId %>"><%- value %></textarea>
|
||||
<span class="tip tip-stacked"><%- help %></span>
|
||||
<% // xss-lint: disable=underscore-not-escaped %>
|
||||
<span class="tip tip-stacked"><%= help %></span>
|
||||
</div>
|
||||
<% if (deprecated) { %>
|
||||
<span class="status"><%- gettext("Deprecated") %></span>
|
||||
|
||||
Reference in New Issue
Block a user