diff --git a/abstracto-modules/profanity-filter/src/main/resources/en_US/listener/profanityListener/profanityDetection_listener_report_embed_en_US.ftl b/abstracto-modules/profanity-filter/src/main/resources/en_US/listener/profanityListener/profanityDetection_listener_report_embed_en_US.ftl index eec46bc1..8a503a59 100644 --- a/abstracto-modules/profanity-filter/src/main/resources/en_US/listener/profanityListener/profanityDetection_listener_report_embed_en_US.ftl +++ b/abstracto-modules/profanity-filter/src/main/resources/en_US/listener/profanityListener/profanityDetection_listener_report_embed_en_US.ftl @@ -15,12 +15,12 @@ }, { "name": "<@safe_include "profanityListener_report_embed_profanity_type_field_title"/>", - "value": "${profanityGroupKey}", + "value": "${profanityGroupKey?json_string}", "inline": "true" }, { "name": "<@safe_include "profanityListener_report_embed_message_content_field_title"/>", - "value": "${profaneMessage.contentRaw}", + "value": "${profaneMessage.contentRaw?json_string}", "inline": "true" } ]