Răsfoiți Sursa

fixed page titiles

kaori 4 ani în urmă
părinte
comite
a410f7ba32

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

@@ -1,6 +1,6 @@
 {% extends './layout/layout.html' %}
 {% 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' %}
 {% extends './layout/layout.html' %}
 
 
-{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('forgot_password')) }}{% endblock %}
+{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('forgot_password.reset_password')) }}{% endblock %}
 
 
 
 
 {#
 {#