summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-02-28 18:37:31 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-02-28 18:37:31 +0000
commit0f00ee1640b529f1bfc3b8658ba76bfe620a3d03 (patch)
tree2231fd68a98bf344d07fe97ee4ad8550334f8b75
parent233cf07083faabcc11b2fa8de04123156d712efb (diff)
downloadgitlab-ce-0f00ee1640b529f1bfc3b8658ba76bfe620a3d03.tar.gz
Add "to clipboard" to the copy text in the clipboard button
-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>