Commit c7dfa16b authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch...

Merge branch '335511-resolve-inconsistency-between-confidential-note-permissions-and-description-in-ui' into 'master'

Update confidential comment tooltip

See merge request gitlab-org/gitlab!76473
parents 99c259d6 5e4f2c99
......@@ -12,7 +12,9 @@ export const COMMENT_FORM = {
epic: __('epic'),
bodyPlaceholder: __('Write a comment or drag your files here…'),
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: __(
'Discuss a specific suggestion or question that needs to be resolved.',
),
......
......@@ -23978,7 +23978,7 @@ msgstr ""
msgid "Notes|Collapse replies"
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 ""
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