about summary refs log tree commit diff
path: root/app/helpers/formatting_helper.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-05-26 23:30:10 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-05-26 23:30:10 +0200
commit3f10136a41b841897f7a69fb7b2c4d13abf4de53 (patch)
tree01ff7496b04b558ba8702ec15c2ce56df9addcba /app/helpers/formatting_helper.rb
parent6d13901e4c1f660a25420b623cbfea6966b218b9 (diff)
parentfbcbf7898f000d9d1a21d52e8a8d3ed4602aa7db (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/helpers/formatting_helper.rb')
-rw-r--r--app/helpers/formatting_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/formatting_helper.rb b/app/helpers/formatting_helper.rb
index 526efd766..448177bec 100644
--- a/app/helpers/formatting_helper.rb
+++ b/app/helpers/formatting_helper.rb
@@ -23,7 +23,7 @@ module FormattingHelper
 
     before_html = begin
       if status.spoiler_text?
-        "<p><strong>#{I18n.t('rss.content_warning', locale: valid_locale_or_nil(status.language))}</strong> #{h(status.spoiler_text)}</p><hr />"
+        "<p><strong>#{I18n.t('rss.content_warning', locale: available_locale_or_nil(status.language) || I18n.default_locale)}</strong> #{h(status.spoiler_text)}</p><hr />"
       else
         ''
       end