From 0eb0aeaecbff387c0c46dde9b1cde66c7cf4f7d0 Mon Sep 17 00:00:00 2001 From: kaz_shinohara Date: Wed, 29 Nov 2017 09:53:00 +0900 Subject: [PATCH] Change page header name to Template Generator Current page header name of template generator panel is "Generate Template", it is better to be same as the panel name "Template Generator". Change-Id: I7352b16bf93e1026bfe296503336ad7ac5de1a3b --- .../templates/template_generator/index.html | 6 +++--- heat_dashboard/locale/ja/LC_MESSAGES/django.po | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/heat_dashboard/content/template_generator/templates/template_generator/index.html b/heat_dashboard/content/template_generator/templates/template_generator/index.html index 356c2d3b..c138e9d6 100644 --- a/heat_dashboard/content/template_generator/templates/template_generator/index.html +++ b/heat_dashboard/content/template_generator/templates/template_generator/index.html @@ -4,7 +4,7 @@ {% block page_header %} {% endblock %} @@ -30,8 +30,8 @@
- Generate Template - + Template Generator +
diff --git a/heat_dashboard/locale/ja/LC_MESSAGES/django.po b/heat_dashboard/locale/ja/LC_MESSAGES/django.po index fed0eef8..b1a82c30 100644 --- a/heat_dashboard/locale/ja/LC_MESSAGES/django.po +++ b/heat_dashboard/locale/ja/LC_MESSAGES/django.po @@ -15,5 +15,5 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0\n" "X-Generator: Zanata 3.7.3\n" -msgid "Generate Template" +msgid "Template Generator" msgstr "テンプレートの生成"