Commit df73a3d8 authored by Nick Kipling's avatar Nick Kipling

Added context to copy popup text

parent 9b5f8860
......@@ -42,7 +42,7 @@ export default {
<clipboard-button
v-if="showCopy"
:text="item.value"
:title="__('Copy')"
:title="sprintf(__('Copy %{field}'), { field: item.label })"
css-class="border-0 text-secondary py-0"
/>
</div>
......
......@@ -4658,6 +4658,9 @@ msgstr ""
msgid "Copy"
msgstr ""
msgid "Copy %{field}"
msgstr ""
msgid "Copy %{http_label} clone URL"
msgstr ""
......
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