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:
authorMike Greiling <mike@pixelcog.com>2018-02-01 00:22:03 +0300
committerMike Greiling <mike@pixelcog.com>2018-02-01 00:22:03 +0300
commit0b47134e6a003cfad4501a1af31161316239f1bf (patch)
tree19d1850a9b69d2f550e23bc8b3d08ab4b5c31517 /app/models/project_services
parentd9c8c99563761dfcd1b58a183a400f0ef7c0c6af (diff)
change prometheus service description text to match design
Diffstat (limited to 'app/models/project_services')
-rw-r--r--app/models/project_services/prometheus_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_services/prometheus_service.rb b/app/models/project_services/prometheus_service.rb
index ae68fd9c3da..3f90d841d58 100644
--- a/app/models/project_services/prometheus_service.rb
+++ b/app/models/project_services/prometheus_service.rb
@@ -32,7 +32,7 @@ class PrometheusService < MonitoringService
end
def description
- s_('PrometheusService|Prometheus monitoring')
+ s_('PrometheusService|Time-series monitoring service')
end
def self.to_param