From c400e68c93e277c76b06cd0f147198278b59fbf8 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 9 Oct 2007 20:07:28 +0000 Subject: [PATCH] ActionItem78: changing h2 to h1 --- app/views/account/new_password.rhtml | 2 +- app/views/account/new_password_ok.rhtml | 2 +- app/views/account/password_recovery_sent.rhtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/account/new_password.rhtml b/app/views/account/new_password.rhtml index f627aa7..67c01f8 100644 --- a/app/views/account/new_password.rhtml +++ b/app/views/account/new_password.rhtml @@ -1,4 +1,4 @@ -

<%= _('Enter new password') %>

+

<%= _('Enter new password') %>

<%= error_messages_for :change_password %> diff --git a/app/views/account/new_password_ok.rhtml b/app/views/account/new_password_ok.rhtml index 304fb6c..2bed21a 100644 --- a/app/views/account/new_password_ok.rhtml +++ b/app/views/account/new_password_ok.rhtml @@ -1,4 +1,4 @@ -

<%= _('Password changed sucessfully') %>

+

<%= _('Password changed sucessfully') %>

<%= _('%s, your new password was successfully installed.') % @change_password.requestor.identifier %> diff --git a/app/views/account/password_recovery_sent.rhtml b/app/views/account/password_recovery_sent.rhtml index ee6a142..d7543b1 100644 --- a/app/views/account/password_recovery_sent.rhtml +++ b/app/views/account/password_recovery_sent.rhtml @@ -1,4 +1,4 @@ -

<%= _('Password recovery') %>

+

<%= _('Password recovery') %>

<%= _('An e-mail was just sent to your e-mail address, with instructions for changing your password. You should receive it in a few minutes.') %> -- libgit2 0.21.2