From 2b77e843c5714814373c10e85638c35b69e0d3e0 Mon Sep 17 00:00:00 2001 From: John Bradley Date: Tue, 23 Apr 2013 13:36:25 -0300 Subject: [PATCH] Typo and punctuation corrections. --- .../max_login_attempts_reached.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/devise/two_factor_authentication/max_login_attempts_reached.html.erb b/app/views/devise/two_factor_authentication/max_login_attempts_reached.html.erb index 094bbf4..5b1029e 100644 --- a/app/views/devise/two_factor_authentication/max_login_attempts_reached.html.erb +++ b/app/views/devise/two_factor_authentication/max_login_attempts_reached.html.erb @@ -1,3 +1,3 @@ -

Access completly denied as you have reached your attempts limit = <%= @limit %>

-

Please contact your system administrator

+

Access completely denied as you have reached your attempts limit = <%= @limit %>.

+

Please contact your system administrator.