|
|
@@ -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 %}
|