Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
df73a3d8
Commit
df73a3d8
authored
Nov 14, 2019
by
Nick Kipling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added context to copy popup text
parent
9b5f8860
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ee/app/assets/javascripts/packages/details/components/information.vue
...s/javascripts/packages/details/components/information.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
ee/app/assets/javascripts/packages/details/components/information.vue
View file @
df73a3d8
...
...
@@ -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>
...
...
locale/gitlab.pot
View file @
df73a3d8
...
...
@@ -4658,6 +4658,9 @@ msgstr ""
msgid "Copy"
msgstr ""
msgid "Copy %{field}"
msgstr ""
msgid "Copy %{http_label} clone URL"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment