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:
authorFilipa Lacerda <filipa@gitlab.com>2018-02-28 21:37:31 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-02-28 21:37:31 +0300
commit0f00ee1640b529f1bfc3b8658ba76bfe620a3d03 (patch)
tree2231fd68a98bf344d07fe97ee4ad8550334f8b75 /app
parent233cf07083faabcc11b2fa8de04123156d712efb (diff)
Add "to clipboard" to the copy text in the clipboard button
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 a11e97118dd..35618398468 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -188,7 +188,7 @@
<span class="input-group-btn">
<clipboard-button
:text="ingressExternalIp"
- :title="s__('ClusterIntegration|Copy Ingress IP Address')"
+ :title="s__('ClusterIntegration|Copy Ingress IP Address to clipboard')"
css-class="btn btn-default js-clipboard-btn"
/>
</span>