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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-26 06:10:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-26 06:10:30 +0300
commit6fc01270bfda8ecadb47cade0b5649d32adb2822 (patch)
treef038814c1933d47db2e3bbc8d325ae351851d6b6 /app/assets/javascripts/import
parentdac3263909b0bc570d58b4385c2a56e5351222e3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/import')
-rw-r--r--app/assets/javascripts/import/constants.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/import/constants.js b/app/assets/javascripts/import/constants.js
index b9814b5ca60..d3b7c5c5fd0 100644
--- a/app/assets/javascripts/import/constants.js
+++ b/app/assets/javascripts/import/constants.js
@@ -8,7 +8,7 @@ const STATISTIC_ITEMS = {
issue_event: __('Issue events'),
label: __('Labels'),
lfs_object: __('LFS objects'),
- merge_request_attachment: s__('GithubImporter|Merge request links'),
+ merge_request_attachment: s__('GithubImporter|PR attachments'),
milestone: __('Milestones'),
note: __('Notes'),
note_attachment: s__('GithubImporter|Note links'),