From ba5ae5b5839f6b8a23bab20ba77e237d78b750d2 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 6 Aug 2015 17:08:48 -0300 Subject: [PATCH] avoid marking non-constant for translation --- app/views/organizations/_results.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organizations/_results.html.erb b/app/views/organizations/_results.html.erb index 03bd40c..fa5b80f 100644 --- a/app/views/organizations/_results.html.erb +++ b/app/views/organizations/_results.html.erb @@ -30,7 +30,7 @@ - <%= _("#{p.type}") %> + <%= _(p.type) %> <% end %> -- libgit2 0.21.2