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-06-03 15:08:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-03 15:08:21 +0300
commit607646ef528729ebb30e593bce0a0447304fccc7 (patch)
tree515db21a0b51f0e6718f0b985bab800c61ce577c /app/models
parent31a432e38a8b70d3ffb16afa8d7cfeee4f5f5921 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models')
-rw-r--r--app/models/project_services/alerts_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_services/alerts_service.rb b/app/models/project_services/alerts_service.rb
index 16bf37fd189..58c47accfd1 100644
--- a/app/models/project_services/alerts_service.rb
+++ b/app/models/project_services/alerts_service.rb
@@ -41,7 +41,7 @@ class AlertsService < Service
end
def description
- _('Receive alerts on GitLab from any source')
+ _('Authorize external services to send alerts to GitLab')
end
def detailed_description