Commit 5e4f2c99 authored by Eugenia Grieff's avatar Eugenia Grieff Committed by Olena Horal-Koretska

Update confidential comment tooltip

parent 83b9fdb7
...@@ -12,7 +12,9 @@ export const COMMENT_FORM = { ...@@ -12,7 +12,9 @@ export const COMMENT_FORM = {
epic: __('epic'), epic: __('epic'),
bodyPlaceholder: __('Write a comment or drag your files here…'), bodyPlaceholder: __('Write a comment or drag your files here…'),
confidential: s__('Notes|Make this comment confidential'), confidential: s__('Notes|Make this comment confidential'),
confidentialVisibility: s__('Notes|Confidential comments are only visible to project members'), confidentialVisibility: s__(
'Notes|Confidential comments are only visible to members with the role of Reporter or higher',
),
discussionThatNeedsResolution: __( discussionThatNeedsResolution: __(
'Discuss a specific suggestion or question that needs to be resolved.', 'Discuss a specific suggestion or question that needs to be resolved.',
), ),
......
...@@ -23951,7 +23951,7 @@ msgstr "" ...@@ -23951,7 +23951,7 @@ msgstr ""
msgid "Notes|Collapse replies" msgid "Notes|Collapse replies"
msgstr "" msgstr ""
msgid "Notes|Confidential comments are only visible to project members" msgid "Notes|Confidential comments are only visible to members with the role of Reporter or higher"
msgstr "" msgstr ""
msgid "Notes|Make this comment confidential" msgid "Notes|Make this comment confidential"
......
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