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/pt-BR.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/locales/pt-BR.yml') diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index dc71d2cfd..5eab5d693 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -254,7 +254,8 @@ pt-BR: following: Lista de seguidos muting: Lista de silenciados upload: Carregar - 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