Skip to content

Commit

Permalink
fix titles on devise pages: use aliases for the same views with diffe…
Browse files Browse the repository at this point in the history
…rent actions
  • Loading branch information
vast committed Jun 24, 2015
1 parent c7e1fd8 commit 44782dd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/locales/titles.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ en:
devise:
registrations:
new: Sign up
edit: Edit %{user}
create: Sign up
edit: "Edit %{user}"
sessions:
new: Sign in
passwords:
new: 'Forgot your password?'
new: &forgot_password "Forgot your password?"
create: *forgot_password
edit: Change password
confirmations:
new: "Didn't receive confirmation instructions?"
new: &didnt_receive_instructions "Didn't receive confirmation instructions?"
create: *didnt_receive_instructions

0 comments on commit 44782dd

Please sign in to comment.