diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-07 19:47:56 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-10-07 19:47:56 +0200 |
commit | 611740ce81486282dea650e2fbfa50baef58c1b3 (patch) | |
tree | 2d72b2608e4bffe1f36039fa81b059ea75c0c656 /app/views/home | |
parent | 7cc78431092edb0996372bc93bbc398a34af2395 (diff) | |
parent | 25744d43b0c9ae58227e1e46ac9e2b33a7944925 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 789de47d1..5f32635e5 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -12,4 +12,4 @@ = image_tag asset_pack_path('logo.svg'), alt: 'Mastodon' %div - = t('errors.noscript_html') + = t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps') |