bugfix: adjusting the home text in the control panel

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2021-05-18 22:25:24 +02:00
parent 4eabaf3971
commit 83347fa35d

View File

@ -122,7 +122,7 @@
>
<div class="d-flex align-center">
<v-icon>mdi-home</v-icon>
<span class="ml-1">{{ $t('Panels.ControlPanel.ALL') }}</span>
<span class="ml-1"><span class="d-none d-sm-inline">{{ $t('Panels.ControlPanel.Home') }} </span>{{ $t('Panels.ControlPanel.ALL') }}</span>
</div>
</v-btn>
</v-col>