Changed list view tooltip
This commit is contained in:
parent
687b96e82f
commit
b07a0167d0
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}"
|
||||
|
|
|
@ -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 ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue