resolved translation issue in diaspora.en in user dropdown. second login link on landing page works.
This commit is contained in:
parent
af6185294e
commit
558c175c2b
2 changed files with 6 additions and 6 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#login_field.section
|
||||
already have an account?
|
||||
= link_to "log in here", "#"
|
||||
= link_to "log in here", new_user_session_path
|
||||
|
||||
.span-24.last{:style=>"text-align:center;"}
|
||||
%ul#press_logos
|
||||
|
|
|
|||
|
|
@ -52,11 +52,11 @@ en:
|
|||
invalid_fields: "Invalid Fields"
|
||||
correct_the_following_errors_and_try_again: "Correct the following errors and try again."
|
||||
layouts:
|
||||
application:
|
||||
view_profile: "view profile"
|
||||
edit_profile: "edit profile"
|
||||
account_settings: "account settings"
|
||||
logout: "logout"
|
||||
header:
|
||||
view_profile: "view profile"
|
||||
edit_profile: "edit profile"
|
||||
account_settings: "account settings"
|
||||
logout: "logout"
|
||||
shared:
|
||||
stream_element:
|
||||
show_comments: "show comments"
|
||||
|
|
|
|||
Loading…
Reference in a new issue