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>2020-05-13 00:08:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-13 00:08:14 +0300
commit0df696c5f77936ecae5ea3c3f17b3e885d7dea0b (patch)
tree0c0f528f100a82402a8451b498477530efd9dc46 /app/helpers/export_helper.rb
parent742a7f35acd8cf2150bf322e4b385ea104d74a05 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/export_helper.rb')
-rw-r--r--app/helpers/export_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/export_helper.rb b/app/helpers/export_helper.rb
index 355aaf385c1..483b350b99b 100644
--- a/app/helpers/export_helper.rb
+++ b/app/helpers/export_helper.rb
@@ -9,7 +9,8 @@ module ExportHelper
_('Project configuration, including services'),
_('Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities'),
_('LFS objects'),
- _('Issue Boards')
+ _('Issue Boards'),
+ _('Design Management files and data')
]
end