diff --git a/app/assets/javascripts/discourse/app/components/modal/anonymous-flag.gjs b/app/assets/javascripts/discourse/app/components/modal/anonymous-flag.gjs index 333c95bf0e9..478670947ce 100644 --- a/app/assets/javascripts/discourse/app/components/modal/anonymous-flag.gjs +++ b/app/assets/javascripts/discourse/app/components/modal/anonymous-flag.gjs @@ -32,7 +32,8 @@ export default class AnonymousFlagModal extends Component { class="anonymous-flag-modal" > <:body> - {{htmlSafe this.description}} +
{{i18n "flagging.review_process_description"}}
+{{htmlSafe this.description}}
diff --git a/app/assets/javascripts/discourse/app/components/modal/flag.hbs b/app/assets/javascripts/discourse/app/components/modal/flag.hbs index 7839d75dcb5..904f4a00cc4 100644 --- a/app/assets/javascripts/discourse/app/components/modal/flag.hbs +++ b/app/assets/javascripts/discourse/app/components/modal/flag.hbs @@ -7,6 +7,7 @@ {{on "keydown" this.onKeydown}} > <:body> +{{i18n "flagging.review_process_description"}}