From 59a1543ad0b651985ed39645ca3b43c90c971efa Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 26 Oct 2009 08:43:28 +0000 Subject: [PATCH] Removed bogus space from translation token. Closes #2389. --- app/views/user/confirm_email.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user/confirm_email.html.erb b/app/views/user/confirm_email.html.erb index b9bd97fcd..16e718a4a 100644 --- a/app/views/user/confirm_email.html.erb +++ b/app/views/user/confirm_email.html.erb @@ -1,6 +1,6 @@

<%= t 'user.confirm_email.heading' %>

-

<%= t 'user.confirm_email. press confirm button' %>

+

<%= t 'user.confirm_email.press confirm button' %>

-- 2.45.1