fix translations
This commit is contained in:
parent
8b7dc0a2cc
commit
ccbba9b52e
2 changed files with 3 additions and 3 deletions
|
|
@ -29,8 +29,7 @@
|
|||
= new_request_link(@request_count)
|
||||
%h4
|
||||
= link_to 'Post to Diaspora', bookmarklet
|
||||
from anywhere by bookmarking this link.
|
||||
|
||||
= t('bookmarklet.from_anywhere')
|
||||
- if @invites > 0
|
||||
.section.invite_friends
|
||||
%h4= t('shared.invitations.invite_your_friends')
|
||||
|
|
|
|||
|
|
@ -144,8 +144,9 @@ en:
|
|||
failure: "Failed to remove person from aspect"
|
||||
no_membership: "Could not find the selected person in that aspect"
|
||||
bookmarklet:
|
||||
post_success: "Posted! Closeing!"
|
||||
post_success: "Posted! Closing!"
|
||||
post_something: 'Post something to Diaspora'
|
||||
from_anywhere: 'from anywhere by bookmarking this link.'
|
||||
comments:
|
||||
zero: "no comments"
|
||||
one: "1 comment"
|
||||
|
|
|
|||
Loading…
Reference in a new issue