Commit 81934ea2 authored by Jérome Perrin's avatar Jérome Perrin

web_renderjs_ui: Don't include <span> in translated message

This tab was probably useless, let's remove it.
parent 781417b9
Pipeline #10431 passed with stage
in 0 seconds
......@@ -36,11 +36,11 @@
<div>
<div>
<div class="ui-field-contain">
<label i18n:domain="ui" i18n:translate="">New Password<span></span></label>
<label i18n:domain="ui" i18n:translate="">New Password</label>
<div><input autofocus name="password" type="password" value="" required=""></div>
</div>
<div class="ui-field-contain">
<label i18n:domain="ui" i18n:translate="">New Password Confirmation<span></span></label>
<label i18n:domain="ui" i18n:translate="">New Password Confirmation</label>
<div><input name="password_confirm" type="password" value="" required=""></div>
</div>
<div class="dialog_button_container">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment