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-07-10 12:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-10 12:09:01 +0300
commitcdd71cf36a45b72d8207fe4fcfc4e44a405d3607 (patch)
treef476a58abd1b6bbb44f9dbbc2fa6aa483f2c65a3 /app/helpers/export_helper.rb
parentff1701e51d8eac96e371de168c582b964ea96a83 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/export_helper.rb')
-rw-r--r--app/helpers/export_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/export_helper.rb b/app/helpers/export_helper.rb
index 483b350b99b..38a4f7f1b4b 100644
--- a/app/helpers/export_helper.rb
+++ b/app/helpers/export_helper.rb
@@ -6,7 +6,7 @@ module ExportHelper
[
_('Project and wiki repositories'),
_('Project uploads'),
- _('Project configuration, including services'),
+ _('Project configuration, excluding integrations'),
_('Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities'),
_('LFS objects'),
_('Issue Boards'),