From cb50ecdb073fdf88b9c535edd764f5de722b44e2 Mon Sep 17 00:00:00 2001 From: Hiroaki Ninomiya Date: Tue, 16 May 2017 07:41:09 +0900 Subject: chore(landing_strip): hide signup path unless the instance allows registration. (#3055) --- config/locales/en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 6ba51edde..a2269d3e4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -256,7 +256,8 @@ en: following: Following list muting: Muting list upload: Upload - landing_strip_html: %{name} is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here. + landing_strip_html: %{name} is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse. + landing_strip_signup_html: If you don't, you can sign up here. media_attachments: validations: images_and_video: Cannot attach a video to a status that already contains images -- cgit