Browse Source

Change Markdown Settings

ryuichi-e 6 years ago
parent
commit
906acf45c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/views/admin/markdown.html

+ 1 - 1
src/server/views/admin/markdown.html

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