Explorar o código

fixed page titiles

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
a410f7ba32

+ 1 - 1
src/server/views/forgot-password.html

@@ -1,6 +1,6 @@
 {% extends './layout/layout.html' %}
 
-{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('forgot_password')) }}{% endblock %}
+{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('forgot_password.forgot_password')) }}{% endblock %}
 
 
 {#

+ 1 - 1
src/server/views/reset-password.html

@@ -1,6 +1,6 @@
 {% extends './layout/layout.html' %}
 
-{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('forgot_password')) }}{% endblock %}
+{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('forgot_password.reset_password')) }}{% endblock %}
 
 
 {#