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"}