From c2707d72e027eb58d953bafab3fdf66f84b936f3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 30 Sep 2007 08:50:53 +0000 Subject: [PATCH] Fix typo in HTML version of account confirmation message. --- app/views/notifier/signup_confirm.text.html.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifier/signup_confirm.text.html.rhtml b/app/views/notifier/signup_confirm.text.html.rhtml index 2272b0152..bcb7d46bf 100644 --- a/app/views/notifier/signup_confirm.text.html.rhtml +++ b/app/views/notifier/signup_confirm.text.html.rhtml @@ -5,4 +5,4 @@

If this is you, please click the link below to confirm that account.

-

<%= @url %>

+

<%= @url %>

-- 2.43.2