Add strings for anon display name field
This commit is contained in:
parent
15052e203e
commit
1142b68d68
|
@ -21,6 +21,7 @@ en:
|
||||||
starts_at: "Start time"
|
starts_at: "Start time"
|
||||||
ends_at: "End time"
|
ends_at: "End time"
|
||||||
profile:
|
profile:
|
||||||
|
anon_display_name: "Name for anonymous users"
|
||||||
description: "Biography"
|
description: "Biography"
|
||||||
display_name: "Your name"
|
display_name: "Your name"
|
||||||
location: "Location"
|
location: "Location"
|
||||||
|
@ -77,6 +78,7 @@ en:
|
||||||
email: "Don't forget to check your spam folder in case our mail might have landed there!"
|
email: "Don't forget to check your spam folder in case our mail might have landed there!"
|
||||||
current_password: "We need your current password to confirm your changes"
|
current_password: "We need your current password to confirm your changes"
|
||||||
profile:
|
profile:
|
||||||
|
anon_display_name: "This name will be used for questions asked to you by anonymous users."
|
||||||
motivation_header: "Shown in the header of the question box on your profile. Motivate users to ask you questions!"
|
motivation_header: "Shown in the header of the question box on your profile. Motivate users to ask you questions!"
|
||||||
services/twitter:
|
services/twitter:
|
||||||
post_tag: "Automatically append a tag to your shared answers. A # symbol is not automatically prepended."
|
post_tag: "Automatically append a tag to your shared answers. A # symbol is not automatically prepended."
|
||||||
|
|
Loading…
Reference in New Issue