mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 21:55:30 +02:00
🌐 Adds missing translation for View-switcher tooltip
This commit is contained in:
parent
86b83e7e3b
commit
d5643bc0dc
@ -62,6 +62,7 @@
|
|||||||
"css-note-l3": "To remove all custom styles, delete the contents and hit Save Changes"
|
"css-note-l3": "To remove all custom styles, delete the contents and hit Save Changes"
|
||||||
},
|
},
|
||||||
"alternate-views": {
|
"alternate-views": {
|
||||||
|
"alternate-view-heading": "Switch View",
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
"workspace": "Workspace",
|
"workspace": "Workspace",
|
||||||
"minimal": "Minimal"
|
"minimal": "Minimal"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<IconSpanner @click="showEditor()" tabindex="-2"
|
<IconSpanner @click="showEditor()" tabindex="-2"
|
||||||
v-tooltip="tooltip($t('settings.config-launcher-tooltip'))" />
|
v-tooltip="tooltip($t('settings.config-launcher-tooltip'))" />
|
||||||
<IconViewMode @click="openChangeViewMenu()" tabindex="-2"
|
<IconViewMode @click="openChangeViewMenu()" tabindex="-2"
|
||||||
v-tooltip="tooltip($t('settings.config-launcher-tooltip'))" />
|
v-tooltip="tooltip($t('alternate-views.alternate-view-heading'))" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modal containing all the configuration options -->
|
<!-- Modal containing all the configuration options -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user