diff --git a/mail_send_confirmation/static/src/models/composer_view.esm.js b/mail_send_confirmation/static/src/models/composer_view.esm.js index bc523db031..7a7f8139f9 100644 --- a/mail_send_confirmation/static/src/models/composer_view.esm.js +++ b/mail_send_confirmation/static/src/models/composer_view.esm.js @@ -22,7 +22,7 @@ registerPatch({ $content: $("
", { text: _.str.sprintf( _t( - "Are you sure you want to send this mail to the followers." + "This message will be sent to external partners as well. Are you sure you would like to send this message?" ) ), }),