Use appearance translation string in appearance title section to match menu

This commit is contained in:
Johannes Zellner
2025-09-22 12:28:01 +02:00
parent 656faacc76
commit 0d5c1b99df
4 changed files with 101 additions and 40 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ onMounted(async () => {
<div class="content">
<ApplinkDialog ref="applinkDialog" @success="onApplinkAdded"/>
<Section :title="$t('branding.title')" :title-badge="!features.branding ? 'Upgrade' : ''">
<Section :title="$t('appearance.title')" :title-badge="!features.branding ? 'Upgrade' : ''">
<div style="display: flex; justify-content: space-around; margin-bottom: 20px;">
<div style="display: flex; flex-direction: column; align-content: stretch; align-items: center;">
<label>{{ $t('branding.logo') }}</label>