Commit 4fd43228 authored by scootergrisen's avatar scootergrisen Committed by Rémy Coutable

Fix strings with double "PrometheusService|PrometheusService|"

parent f9651eae
...@@ -76,7 +76,7 @@ module Integrations ...@@ -76,7 +76,7 @@ module Integrations
name: 'google_iap_audience_client_id', name: 'google_iap_audience_client_id',
title: 'Google IAP Audience Client ID', title: 'Google IAP Audience Client ID',
placeholder: s_('PrometheusService|IAP_CLIENT_ID.apps.googleusercontent.com'), placeholder: s_('PrometheusService|IAP_CLIENT_ID.apps.googleusercontent.com'),
help: s_('PrometheusService|PrometheusService|The ID of the IAP-secured resource.'), help: s_('PrometheusService|The ID of the IAP-secured resource.'),
autocomplete: 'off', autocomplete: 'off',
required: false required: false
}, },
......
...@@ -26873,10 +26873,10 @@ msgstr "" ...@@ -26873,10 +26873,10 @@ msgstr ""
msgid "PrometheusService|Prometheus cluster integration" msgid "PrometheusService|Prometheus cluster integration"
msgstr "" msgstr ""
msgid "PrometheusService|PrometheusService|The ID of the IAP-secured resource." msgid "PrometheusService|Select this checkbox to override the auto configuration settings with your own settings."
msgstr "" msgstr ""
msgid "PrometheusService|Select this checkbox to override the auto configuration settings with your own settings." msgid "PrometheusService|The ID of the IAP-secured resource."
msgstr "" msgstr ""
msgid "PrometheusService|The Prometheus API base URL." msgid "PrometheusService|The Prometheus API base URL."
......
...@@ -516,7 +516,7 @@ RSpec.describe Integrations::Prometheus, :use_clean_rails_memory_store_caching, ...@@ -516,7 +516,7 @@ RSpec.describe Integrations::Prometheus, :use_clean_rails_memory_store_caching,
name: 'google_iap_audience_client_id', name: 'google_iap_audience_client_id',
title: 'Google IAP Audience Client ID', title: 'Google IAP Audience Client ID',
placeholder: s_('PrometheusService|IAP_CLIENT_ID.apps.googleusercontent.com'), placeholder: s_('PrometheusService|IAP_CLIENT_ID.apps.googleusercontent.com'),
help: s_('PrometheusService|PrometheusService|The ID of the IAP-secured resource.'), help: s_('PrometheusService|The ID of the IAP-secured resource.'),
autocomplete: 'off', autocomplete: 'off',
required: false required: false
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment