Merge pull request #3264 from movilla/share_amparito
Translation invitation Share this link /stream [ci skip]
This commit is contained in:
commit
a6758c0832
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
Share this link via email, blog, or favorite social network!
|
= t('.share_this')
|
||||||
= invite_link(current_user.invitation_code)
|
= invite_link(current_user.invitation_code)
|
||||||
= link_to t('.by_email'), new_user_invitation_path, :title => t('.invite_someone'), :rel => 'facebox'
|
= link_to t('.by_email'), new_user_invitation_path, :title => t('.invite_someone'), :rel => 'facebox'
|
||||||
|
|
|
||||||
|
|
@ -883,6 +883,7 @@ en:
|
||||||
invite_your_friends: "Invite your friends"
|
invite_your_friends: "Invite your friends"
|
||||||
from_facebook: "From Facebook"
|
from_facebook: "From Facebook"
|
||||||
by_email: "By email"
|
by_email: "By email"
|
||||||
|
share_this: "Share this link via email, blog, or favorite social network!"
|
||||||
reshare:
|
reshare:
|
||||||
reshare: "Reshare"
|
reshare: "Reshare"
|
||||||
public_explain:
|
public_explain:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue