Skip to content

Commit

Permalink
replace jhitranslate with angular i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Jan 12, 2024
1 parent 92675cf commit c9be642
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ui/src/app/account/password/password-strength.component.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div id="strength">
<small jhiTranslate="global.messages.validate.newpassword.strength.string">Password strength:</small>
<ul id="strengthBar">
<li class="point"></li>
<li class="point"></li>
<li class="point"></li>
<li class="point"></li>
<li class="point"></li>
</ul>
</div>
<small i18n="@@global.messages.validate.newpassword.strength.string">Password strength:</small>
<ul id="strengthBar">
<li class="point"></li>
<li class="point"></li>
<li class="point"></li>
<li class="point"></li>
<li class="point"></li>
</ul>
</div>

0 comments on commit c9be642

Please sign in to comment.