Remove \n from settings page

closes #607
This commit is contained in:
Matthias 2021-12-09 19:06:17 +01:00
parent 03a8bd76b8
commit 9163d2eeb9

View File

@ -3,7 +3,7 @@
<b-card header="FreqUI Settings">
<div class="text-left">
<b-form-group
description="Lock dynamic layouts, so they cannot move anymore.\nCan also be set from the navbar at the top."
description="Lock dynamic layouts, so they cannot move anymore. Can also be set from the navbar at the top."
>
<b-checkbox v-model="layoutLockedLocal">Lock layout</b-checkbox>
</b-form-group>