From f47ad4d640fd80481a986c8ed7f9665069bbfbfb Mon Sep 17 00:00:00 2001 From: Patrick Bajao Date: Tue, 9 Jul 2019 13:15:16 +0800 Subject: Fix typo on confidential MR dropdown Change issues to issue's --- .../confidential_merge_request/components/project_form_group.vue | 4 ++-- locale/gitlab.pot | 4 ++-- .../components/__snapshots__/project_form_group_spec.js.snap | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/javascripts/confidential_merge_request/components/project_form_group.vue b/app/assets/javascripts/confidential_merge_request/components/project_form_group.vue index b89729375be..29d2cca6aed 100644 --- a/app/assets/javascripts/confidential_merge_request/components/project_form_group.vue +++ b/app/assets/javascripts/confidential_merge_request/components/project_form_group.vue @@ -41,7 +41,7 @@ export default { noForkText() { return sprintf( __( - 'To protect this issues confidentiality, %{link_start}fork the project%{link_end} and set the forks visiblity to private.', + "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visiblity to private.", ), { link_start: ``, link_end: '' }, false, @@ -118,7 +118,7 @@ export default { diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 07534e9c941..f1cfb0ac06d 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -11224,10 +11224,10 @@ msgstr "" msgid "To preserve performance only %{display_size} of %{real_size} files are displayed." msgstr "" -msgid "To protect this issues confidentiality, %{link_start}fork the project%{link_end} and set the forks visiblity to private." +msgid "To protect this issue's confidentiality, %{link_start}fork the project%{link_end} and set the forks visiblity to private." msgstr "" -msgid "To protect this issues confidentiality, a private fork of this project was selected." +msgid "To protect this issue's confidentiality, a private fork of this project was selected." msgstr "" msgid "To see all the user's personal access tokens you must impersonate them first." diff --git a/spec/frontend/confidential_merge_request/components/__snapshots__/project_form_group_spec.js.snap b/spec/frontend/confidential_merge_request/components/__snapshots__/project_form_group_spec.js.snap index a241c764df7..ba0ee8dfd59 100644 --- a/spec/frontend/confidential_merge_request/components/__snapshots__/project_form_group_spec.js.snap +++ b/spec/frontend/confidential_merge_request/components/__snapshots__/project_form_group_spec.js.snap @@ -19,7 +19,7 @@ exports[`Confidential merge request project form group component renders empty s
- To protect this issues confidentiality, + To protect this issue's confidentiality, - To protect this issues confidentiality, + To protect this issue's confidentiality,