diff options
author | Phil Hughes <me@iamphill.com> | 2018-10-23 11:14:04 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-10-23 11:14:04 +0100 |
commit | b07a0167d03f792c9e44152d96d9245d252538db (patch) | |
tree | 26f4902168c097ca049c54ab2d216722258a6edd | |
parent | 687b96e82f58f29bca99f0bca45bbdc577d0047c (diff) | |
download | gitlab-ce-b07a0167d03f792c9e44152d96d9245d252538db.tar.gz |
Changed list view tooltip
-rw-r--r-- | app/assets/javascripts/diffs/components/tree_list.vue | 4 | ||||
-rw-r--r-- | locale/gitlab.pot | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/javascripts/diffs/components/tree_list.vue b/app/assets/javascripts/diffs/components/tree_list.vue index 21621491317..a801dbedb12 100644 --- a/app/assets/javascripts/diffs/components/tree_list.vue +++ b/app/assets/javascripts/diffs/components/tree_list.vue @@ -99,8 +99,8 @@ export default { > <button v-tooltip.hover - :aria-label="__('File view')" - :title="__('File view')" + :aria-label="__('List view')" + :title="__('List view')" :class="{ active: !renderTreeList }" diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 5bd1ba3c556..24d89de7b77 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -2783,9 +2783,6 @@ msgstr "" msgid "File templates" msgstr "" -msgid "File view" -msgstr "" - msgid "Files" msgstr "" @@ -3602,6 +3599,9 @@ msgstr "" msgid "List available repositories" msgstr "" +msgid "List view" +msgstr "" + msgid "List your Bitbucket Server repositories" msgstr "" |