From 072c6f1527177edc53f246a3f701d5f06349de4a Mon Sep 17 00:00:00 2001 From: ymmtmdk Date: Mon, 24 Apr 2017 04:45:03 +0900 Subject: Add link for domain in land strip (#2306) * Add link for domain in land strip * Use root_path * Avoid repeating code --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 778027cec..cbe2b4cbd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -242,7 +242,7 @@ en: following: Following list muting: Muting list upload: Upload - landing_strip_html: %{name} is a user on %{domain}. 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. 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