mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-19 15:01:44 +03: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"
|
||||
},
|
||||
"alternate-views": {
|
||||
"alternate-view-heading": "Switch View",
|
||||
"default": "Default",
|
||||
"workspace": "Workspace",
|
||||
"minimal": "Minimal"
|
||||
|
@ -6,7 +6,7 @@
|
||||
<IconSpanner @click="showEditor()" tabindex="-2"
|
||||
v-tooltip="tooltip($t('settings.config-launcher-tooltip'))" />
|
||||
<IconViewMode @click="openChangeViewMenu()" tabindex="-2"
|
||||
v-tooltip="tooltip($t('settings.config-launcher-tooltip'))" />
|
||||
v-tooltip="tooltip($t('alternate-views.alternate-view-heading'))" />
|
||||
</div>
|
||||
|
||||
<!-- Modal containing all the configuration options -->
|
||||
|
Loading…
Reference in New Issue
Block a user