diff --git a/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/index.html.erb b/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/index.html.erb index 59196ca21..6e044ba96 100644 --- a/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/index.html.erb +++ b/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/index.html.erb @@ -16,7 +16,7 @@
- <%= link_to t(:back) + t('survey_b.survey_b'), result_panel_survey_b_back_end_survey_b_index_path, :class => 'btn btn-primary pull-right' %> + <%= link_to t(:back) + t('survey_b.survey_b'), panel_survey_b_back_end_periods_path, :class => 'btn btn-primary pull-right' %>
<%= paginate @answers %>
diff --git a/vendor/built_in_modules/survey_b/config/locales/en.yml b/vendor/built_in_modules/survey_b/config/locales/en.yml index 9bdc9a1a4..fac061bf7 100644 --- a/vendor/built_in_modules/survey_b/config/locales/en.yml +++ b/vendor/built_in_modules/survey_b/config/locales/en.yml @@ -31,7 +31,7 @@ en: institutions: institution1: 文書組 - institution2: 事物組 + institution2: 事務組 institution3: 保管組 institution4: 營繕組 institution5: 出納組 diff --git a/vendor/built_in_modules/survey_b/config/locales/zh_tw.yml b/vendor/built_in_modules/survey_b/config/locales/zh_tw.yml index 5744b6bee..2929e947e 100644 --- a/vendor/built_in_modules/survey_b/config/locales/zh_tw.yml +++ b/vendor/built_in_modules/survey_b/config/locales/zh_tw.yml @@ -31,7 +31,7 @@ zh_tw: institutions: institution1: 文書組 - institution2: 事物組 + institution2: 事務組 institution3: 保管組 institution4: 營繕組 institution5: 出納組