mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
"earned" vs "you were granted"
This commit is contained in:
parent
898d86fd9b
commit
d50b34b825
@ -706,7 +706,7 @@ en:
|
|||||||
invitee_accepted: "<i title='accepted your invitation' class='fa fa-user'></i><p><span>{{username}}</span> accepted your invitation</p>"
|
invitee_accepted: "<i title='accepted your invitation' class='fa fa-user'></i><p><span>{{username}}</span> accepted your invitation</p>"
|
||||||
moved_post: "<i title='moved post' class='fa fa-sign-out'></i><p><span>{{username}}</span> moved {{description}}</p>"
|
moved_post: "<i title='moved post' class='fa fa-sign-out'></i><p><span>{{username}}</span> moved {{description}}</p>"
|
||||||
linked: "<i title='linked post' class='fa fa-arrow-left'></i><p><span>{{username}}</span> {{description}}</p>"
|
linked: "<i title='linked post' class='fa fa-arrow-left'></i><p><span>{{username}}</span> {{description}}</p>"
|
||||||
granted_badge: "<i title='badge granted' class='fa fa-certificate'></i><p>You were granted {{description}}</p>"
|
granted_badge: "<i title='badge granted' class='fa fa-certificate'></i><p>Earned {{description}}</p>"
|
||||||
|
|
||||||
upload_selector:
|
upload_selector:
|
||||||
title: "Add an image"
|
title: "Add an image"
|
||||||
|
@ -1020,7 +1020,7 @@ en:
|
|||||||
invited_to_private_message: "%{display_username} invited you to a private message: %{link}"
|
invited_to_private_message: "%{display_username} invited you to a private message: %{link}"
|
||||||
invitee_accepted: "%{display_username} accepted your invitation"
|
invitee_accepted: "%{display_username} accepted your invitation"
|
||||||
linked: "%{display_username} linked you in %{link}"
|
linked: "%{display_username} linked you in %{link}"
|
||||||
granted_badge: "You were granted %{link}"
|
granted_badge: "You earned %{link}"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
within_post: "#%{post_number} by %{username}: %{excerpt}"
|
within_post: "#%{post_number} by %{username}: %{excerpt}"
|
||||||
|
Loading…
Reference in New Issue
Block a user