Fixes minor aspects on Prometheus description
- Change Gitlab to GitLab - Remove trailing space on GitLab Integration link
This commit is contained in:
parent
34760245bc
commit
b312ceda39
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ which incur additional costs. See %{pricingLink}`)),
|
|||
{
|
||||
gitlabIntegrationLink: `<a href="https://docs.gitlab.com/ce/user/project/integrations/prometheus.html"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
${_.escape(s__('ClusterIntegration|Gitlab Integration'))}
|
||||
</a>`,
|
||||
${_.escape(s__('ClusterIntegration|GitLab Integration'))}</a>`,
|
||||
},
|
||||
false,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue