From fd546e8406eb83c8e5b0be97ac95845f1b1e6cc6 Mon Sep 17 00:00:00 2001 From: hassaku Date: Sun, 28 Sep 2014 23:28:28 +0900 Subject: [PATCH] Fix translation missing at recommended plugins page. --- app/views/plugins/recommended.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/plugins/recommended.html.haml b/app/views/plugins/recommended.html.haml index 9e477b5..bce850f 100644 --- a/app/views/plugins/recommended.html.haml +++ b/app/views/plugins/recommended.html.haml @@ -21,9 +21,9 @@ = plugin.category %td - if plugin.installed? - = t("plugins.common.installed") + = t("terms.installed") - else - = t(".not_installed") + = t("terms.not_installed") %td = link_to t('plugins.view_on_rubygems_org'), plugin.rubygems_org_page, target: "_blank"