made string on mobile page translatable
This commit is contained in:
parent
f3a62bf76b
commit
b776bb52db
2 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
= @aspect
|
||||
|
||||
%h1
|
||||
= link_to 'post a message >> ', '#publisher_page', :id => 'publisher_button'
|
||||
= link_to t('.post_a_message'), '#publisher_page', :id => 'publisher_button'
|
||||
#main_stream.stream
|
||||
= render 'shared/stream', :posts => @fakes
|
||||
%a.more-link.paginate{:href => '#'}
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@ en:
|
|||
index:
|
||||
handle_explanation: "This is your diaspora handle. Like an email address, you can give this to people to reach you."
|
||||
no_contacts: "No contacts"
|
||||
post_a_message: "post a message >>"
|
||||
|
||||
aspect_memberships:
|
||||
destroy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue