diff options
author | m4sk1n <me@m4sk.in> | 2017-09-02 01:52:28 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-02 01:52:28 +0200 |
commit | 0b32338e3f276e2aa6bd55162753f1b418283dbc (patch) | |
tree | 8eecb97c0b269f0e4306f4b35e0b97e2aa83fa99 /app | |
parent | e482595a5dfd69efacffeddbd48f48c5b92deaea (diff) |
Add link to 'noscript' message (#4561)
* Add link to 'noscript' message Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * remove indent
Diffstat (limited to 'app')
-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 75fe59f00..6c93281db 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -9,4 +9,4 @@ = image_tag asset_pack_path('logo.svg'), alt: 'Mastodon' %div - = t('errors.noscript') + = t('errors.noscript_html') |