Explorar o código

set html_title for Slack Integration page

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
6aaf3054fd

+ 2 - 0
packages/app/src/server/views/admin/slack-integration.html

@@ -1,5 +1,7 @@
 {% extends '../layout/admin.html' %}
 {% extends '../layout/admin.html' %}
 
 
+{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('slack_integration')) }}{% endblock %}
+
 {% block content_header %}
 {% block content_header %}
 <h1 class="title">{{ t('slack_integration') }}</h1>
 <h1 class="title">{{ t('slack_integration') }}</h1>
 {% endblock %}
 {% endblock %}