two small fixes
This commit is contained in:
parent
52da9c84ed
commit
f55a973685
2 changed files with 1 additions and 3 deletions
|
|
@ -15,5 +15,5 @@
|
|||
#person_nav_links
|
||||
= link_to t('.view_profile'), person_path(person)
|
||||
= link_to t('_photos'), person_photos_path(person)
|
||||
= link_to t('.status messages'), person_status_messages_path(person)
|
||||
= link_to t('.status_messages'), person_status_messages_path(person)
|
||||
= "#{t('.viewing')}: #{@post_type.to_s.titleize}" if defined?(@post_type)
|
||||
|
|
|
|||
|
|
@ -241,8 +241,6 @@ en:
|
|||
destroy: "Destroy"
|
||||
helper:
|
||||
no_message_to_display: "No message to display."
|
||||
index:
|
||||
status_messages: "status messages"
|
||||
people:
|
||||
person:
|
||||
pending_request: "pending request"
|
||||
|
|
|
|||
Loading…
Reference in a new issue