Browse Source

adjust i18n

itizawa 6 years ago
parent
commit
981d108f8b
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

@@ -6,7 +6,7 @@
 {% block content_header %}
 <div class="header-wrap">
   <header id="page-header">
-    <h1 id="admin-title" class="title">{{ t('Markdown settings') }}</h1>
+    <h1 id="admin-title" class="title">{{ t('Markdown Settings') }}</h1>
   </header>
 </div>
 {% endblock %}