Use appearance translation string in appearance title section to match menu
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user