Browse Source

update bilingual

久保田隼基 8 years ago
parent
commit
8ac3f43489
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/views/admin/users.html

+ 1 - 1
lib/views/admin/users.html

@@ -5,7 +5,7 @@
 {% block content_head %}
 <div class="header-wrap">
   <header id="page-header">
-    <h1 class="title" id="">ユーザー管理</h1>
+    <h1 class="title" id="">{{ t('user_management.User management') }}</h1>
   </header>
 </div>
 {% endblock %}