Commit df73a3d8 authored by Nick Kipling's avatar Nick Kipling

Added context to copy popup text

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