ryuichi-e 5 лет назад
Родитель
Сommit
cfa3b0ac2e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/server/views/admin/notification.html

+ 2 - 2
src/server/views/admin/notification.html

@@ -1,9 +1,9 @@
 {% extends '../layout/admin.html' %}
 
-{% block html_title %}{{ customizeService.generateCustomTitle(t('Notification settings')) }}{% endblock %}
+{% block html_title %}{{ customizeService.generateCustomTitle(t('Notification Settings')) }}{% endblock %}
 
 {% block content_header %}
-<h1 class="title">{{ t('Notification settings') }}</h1>
+<h1 class="title">{{ t('Notification Settings') }}</h1>
 {% endblock %}
 
 {% block content_main %}