Commit 5ca9d2bc authored by Jose Vargas's avatar Jose Vargas

Change the link to chart copy text

parent 74096b27
......@@ -239,7 +239,7 @@ export default {
:data-clipboard-text="clipboardText"
@click="showToast(clipboardText)"
>
{{ __('Generate link to chart') }}
{{ __('Copy link to chart') }}
</gl-dropdown-item>
<gl-dropdown-item
v-if="alertWidgetAvailable"
......
---
title: Change the link to chart copy text
merge_request: 28371
author:
type: other
......@@ -5659,6 +5659,9 @@ msgstr ""
msgid "Copy link"
msgstr ""
msgid "Copy link to chart"
msgstr ""
msgid "Copy personal access token"
msgstr ""
......@@ -9135,9 +9138,6 @@ msgstr ""
msgid "Generate key"
msgstr ""
msgid "Generate link to chart"
msgstr ""
msgid "Generate new export"
msgstr ""
......
......@@ -338,7 +338,7 @@ describe('Panel Type component', () => {
});
it('adds a copy button to the dropdown', () => {
expect(findCopyLink().text()).toContain('Generate link to chart');
expect(findCopyLink().text()).toContain('Copy link to chart');
});
it('opens a toast on click', () => {
......
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