From 1142b68d68c99917523afec3eb129872699549e8 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Tue, 21 Jun 2022 16:32:22 +0200 Subject: [PATCH] Add strings for anon display name field --- config/locales/activerecord.en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml index 2a594fa2..6c5d6d13 100644 --- a/config/locales/activerecord.en.yml +++ b/config/locales/activerecord.en.yml @@ -21,6 +21,7 @@ en: starts_at: "Start time" ends_at: "End time" profile: + anon_display_name: "Name for anonymous users" description: "Biography" display_name: "Your name" location: "Location" @@ -77,6 +78,7 @@ en: 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" 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!" services/twitter: post_tag: "Automatically append a tag to your shared answers. A # symbol is not automatically prepended."