Skip to content

Commit

Permalink
[16][IMP] mail_send_confirmation: change confirmation message
Browse files Browse the repository at this point in the history
  • Loading branch information
rinaldifirdaus committed Apr 11, 2023
1 parent b6efdbd commit 4baf20b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ registerPatch({
$content: $("<div/>", {
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?"
)
),
}),
Expand Down

0 comments on commit 4baf20b

Please sign in to comment.