diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-13 03:55:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 03:55:28 +0200 |
commit | 47ace633dcc3f89ee7d645575b67c459ab4c1df8 (patch) | |
tree | e5c13134eaf310d2a54aaeb743089a0994f58545 /app/views | |
parent | 85d5518b6bb07772119bb042198967c877e5ab5e (diff) |
Simplify getting started links localization. Link "powered by Mastodon" to joinmastodon.org (#3725)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/public.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |