diff --git a/app/presenters/content_item/withdrawable.rb b/app/presenters/content_item/withdrawable.rb index 382a8802d..c0733e09d 100644 --- a/app/presenters/content_item/withdrawable.rb +++ b/app/presenters/content_item/withdrawable.rb @@ -14,6 +14,7 @@ def withdrawal_notice_component title: withdrawal_notice_title, description_govspeak: withdrawal_notice["explanation"]&.html_safe, time: withdrawal_notice_time, + lang: I18n.locale.to_s == "en" ? false : "en", } end end