Skip to content

Commit

Permalink
global: Fixes string marked for translation.
Browse files Browse the repository at this point in the history
* The whole string should be marked (including dots).
* Note: this will need some further improvements.
* Refs: inveniosoftware/invenio-app-rdm#1707
  • Loading branch information
chriz-uniba authored and kpsherva committed Jun 9, 2022
1 parent 12c5a9c commit dbf82ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>{{ _('Your password has been changed.') }}</p>
{% if security.recoverable %}
<p>{{ _('If you did not change your password,') }} <a href="{{ reset_password_link }}">{{ _('click here to reset it') }}</a>.</p>
<p>{{ _('If you did not change your password,') }} <a href="{{ reset_password_link }}">{{ _('click here to reset it.') }}</a></p>
{% endif %}

0 comments on commit dbf82ba

Please sign in to comment.