From cdffae6fbcd1a49bd758dc07e67641f9049cd757 Mon Sep 17 00:00:00 2001 From: Marcin Wicha Date: Thu, 7 Nov 2019 15:46:24 +0100 Subject: [PATCH] #6539 Updated t to translations. (#6544) * Updated t to translations. * Updated translations to translation. Error in issue description. --- app/views/users/new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 2f5d78e2c5..1d35f1d121 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -1,6 +1,6 @@
-<%= raw t('users.new.about_public_lab') %> +<%= raw translation('users.new.about_public_lab') %>
@@ -8,7 +8,7 @@
-

<%= t('users.new.sign_up') %>

+

<%= translation('users.new.sign_up') %>

<% if params[:lang] %>