From 47ace633dcc3f89ee7d645575b67c459ab4c1df8 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 13 Jun 2017 03:55:28 +0200 Subject: Simplify getting started links localization. Link "powered by Mastodon" to joinmastodon.org (#3725) --- app/views/layouts/public.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/public.html.haml') diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index a3791e91c..09e12b691 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -10,6 +10,6 @@ — %span.domain= link_to site_hostname, root_path %span.powered-by - != t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon')) + != t('generic.powered_by', link: link_to('Mastodon', 'https://joinmastodon.org')) = render template: 'layouts/application' -- cgit