From 9b17745375e41fc87ea028f8b430e926c8f0bc27 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Fri, 2 Jan 2015 15:14:39 +0100 Subject: [PATCH] Translate translations/show --- app/views/translations/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/translations/show.html.erb b/app/views/translations/show.html.erb index 8b01959..4e54b94 100644 --- a/app/views/translations/show.html.erb +++ b/app/views/translations/show.html.erb @@ -3,7 +3,7 @@ <% end %> <%= panel do %> @@ -12,5 +12,5 @@ <% end %>
- <%= link_to 'Dieses Problem auf projecteuler.net', @translation.problem.original_url, target: '_blank' %> + <%= link_to t('problems.show.view_original_problem'), @translation.problem.original_url, target: '_blank' %>