Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/related_issues/constants.js')
-rw-r--r--app/assets/javascripts/related_issues/constants.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/javascripts/related_issues/constants.js b/app/assets/javascripts/related_issues/constants.js
index 4eb054ccb5c..d1b2d41d7ae 100644
--- a/app/assets/javascripts/related_issues/constants.js
+++ b/app/assets/javascripts/related_issues/constants.js
@@ -111,8 +111,9 @@ export const issuablesBlockHeaderTextMap = {
};
export const issuablesBlockHelpTextMap = {
- [issuableTypesMap.ISSUE]: __('Read more about related issues'),
- [issuableTypesMap.EPIC]: __('Read more about related epics'),
+ [issuableTypesMap.ISSUE]: __('Learn more about linking issues'),
+ [issuableTypesMap.INCIDENT]: __('Learn more about linking issues and incidents'),
+ [issuableTypesMap.EPIC]: __('Learn more about linking epics'),
};
export const issuablesBlockAddButtonTextMap = {