Commit 60ba024c authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'reword-addMultipleToDiscussionWarning' into 'master'

Update wording of addMultipleToDiscussionWarning

See merge request gitlab-org/gitlab!34088
parents ccdbd919 b73dcebd
...@@ -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 "%{integrations_link_start}Integrations%{link_end} enable you to make third-party applications part of your GitLab workflow. If the available integrations don't meet your needs, consider using a %{webhooks_link_start}webhook%{link_end}." msgid "%{integrations_link_start}Integrations%{link_end} enable you to make third-party applications part of your GitLab workflow. If the available integrations don't meet your needs, consider using a %{webhooks_link_start}webhook%{link_end}."
......
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