diff options
Diffstat (limited to 'app/views/about/index.html.haml')
-rw-r--r-- | app/views/about/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml index a593ff578..88bfe3d61 100644 --- a/app/views/about/index.html.haml +++ b/app/views/about/index.html.haml @@ -29,6 +29,7 @@ .actions .info + = link_to t('about.learn_more'), about_more_path = link_to t('about.terms'), terms_path = link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon' |