]> cat aescling's git repositories - mastodon.git/commitdiff
Fix manifest description (regression from #4122) (#4324)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Sun, 23 Jul 2017 21:04:44 +0000 (06:04 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 23 Jul 2017 21:04:44 +0000 (23:04 +0200)
app/views/manifests/show.json.rabl

index 0aa1728e76cde37c821cf45b3201d099a58e9106..ee0a703249a5e1397848af7060fffb2bf09810da 100644 (file)
@@ -2,7 +2,7 @@ object false
 
 node(:name)             { Setting.site_title }
 node(:short_name)       { Setting.site_title }
-node(:description)      { strip_tags(Setting.site_description.presence || I18n.t('about.about_mastodon')) }
+node(:description)      { strip_tags(Setting.site_description.presence || I18n.t('about.about_mastodon_html')) }
 node(:icons)            { [{ src: '/android-chrome-192x192.png', sizes: '192x192', type: 'image/png' }] }
 node(:theme_color)      { '#282c37' }
 node(:background_color) { '#d9e1e8' }