Commit 7712b151 authored by Filipa Lacerda's avatar Filipa Lacerda

Remove extra commas from templates

parent e1d587f5
...@@ -143,10 +143,8 @@ ...@@ -143,10 +143,8 @@
:request-reason="applications.helm.requestReason" :request-reason="applications.helm.requestReason"
> >
<div slot="description"> <div slot="description">
{{ s__( {{ s__(`ClusterIntegration|Helm streamlines installing and managing Kubernetes applications.
`ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts.`) }}
Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts.`,
) }}
</div> </div>
</application-row> </application-row>
<application-row <application-row
...@@ -160,11 +158,9 @@ ...@@ -160,11 +158,9 @@
> >
<div slot="description"> <div slot="description">
<p> <p>
{{ s__( {{ s__(`ClusterIntegration|Ingress gives you a way to route
`ClusterIntegration|Ingress gives you a way to route
requests to services based on the request host or path, requests to services based on the request host or path,
centralizing a number of services into a single entrypoint.`, centralizing a number of services into a single entrypoint.`) }}
) }}
</p> </p>
<template v-if="ingressInstalled"> <template v-if="ingressInstalled">
......
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