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
path: root/app
diff options
context:
space:
mode:
authorChris Baumbauer <cab@cabnetworks.net>2018-10-30 19:12:04 +0300
committerChris Baumbauer <cab@cabnetworks.net>2018-10-30 19:12:04 +0300
commit93cafdb45d6671ab9693e49f2224119d36e8a210 (patch)
tree44ce9cf5e9e9c29827c6b626cefaef3e5adaf762 /app
parent0ddff09385fa74760fdbeff3e29d5ff7f7e94ebb (diff)
Documentation fixes
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/clusters/components/applications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/clusters/components/applications.vue b/app/assets/javascripts/clusters/components/applications.vue
index 183d265851c..a477892fadd 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -390,7 +390,7 @@ export default {
>
<div slot="description">
<p>
- {{ s__(`ClusterIntegration||A Knative build extends Kubernetes
+ {{ s__(`ClusterIntegration|A Knative build extends Kubernetes
and utilizes existing Kubernetes primitives to provide you with
the ability to run on-cluster container builds from source.
For example, you can write a build that uses Kubernetes-native