Преглед изворни кода

change global notification

ryuichi-e пре 5 година
родитељ
комит
e871cdddbc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/server/views/admin/global-notification-detail.html

+ 2 - 2
src/server/views/admin/global-notification-detail.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 %}