From 2b2b771432524dfc76600df5fd01697bddbac34c Mon Sep 17 00:00:00 2001 From: hassaku Date: Sun, 28 Sep 2014 23:26:31 +0900 Subject: [PATCH] Fix translation missing at information page. --- app/views/misc/information.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/misc/information.html.haml b/app/views/misc/information.html.haml index d82b3c2..78568e3 100644 --- a/app/views/misc/information.html.haml +++ b/app/views/misc/information.html.haml @@ -15,7 +15,7 @@ %div.col-xs-6 %div.panel.panel-default %div.panel-heading - %h4= t ".version" + %h4= t("terms.version") %div.panel-body %dl{class: "dl-horizontal"} %dt ruby @@ -29,7 +29,7 @@ %div.col-xs-6 %div.panel.panel-default %div.panel-heading - %h4= t('.installed_plugins') + %h4= t('terms.installed_plugins') %div.panel-body - if @plugins.present? %table{class: "table table-hover", id: "plugins-table"}