Commit b73dcebd authored by Jamie Reid's avatar Jamie Reid Committed by Enrique Alcántara

Re-word addMultipleToDiscussionWarning

Change 'Proceed with caution.' to 'They will all receive a notification.'
parent a29b0be0
...@@ -134,7 +134,7 @@ export default { ...@@ -134,7 +134,7 @@ export default {
addMultipleToDiscussionWarning() { addMultipleToDiscussionWarning() {
return sprintf( return sprintf(
__( __(
'%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution.', '%{icon}You are about to add %{usersTag} people to the discussion. They will all receive a notification.',
), ),
{ {
icon: '<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>', icon: '<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>',
......
---
title: Update wording of addMultipleToDiscussionWarning
merge_request: 34088
author:
type: fixed
...@@ -371,7 +371,7 @@ msgstr "" ...@@ -371,7 +371,7 @@ msgstr ""
msgid "%{host} sign-in from new location" msgid "%{host} sign-in from new location"
msgstr "" msgstr ""
msgid "%{icon}You are about to add %{usersTag} people to the discussion. Proceed with caution." msgid "%{icon}You are about to add %{usersTag} people to the discussion. They will all receive a notification."
msgstr "" msgstr ""
msgid "%{issuableType} will be removed! Are you sure?" msgid "%{issuableType} will be removed! Are you sure?"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment