Browse Source

set html_title for Slack Integration page

Yuki Takei 4 years ago
parent
commit
6aaf3054fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/app/src/server/views/admin/slack-integration.html

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