unset -> No email address set

This commit is contained in:
Girish Ramakrishnan
2025-09-08 16:30:56 +02:00
parent a525104dac
commit 1752579f9d
+1 -1
View File
@@ -249,7 +249,7 @@ onMounted(async () => {
<SettingsItem>
<FormGroup>
<label>{{ $t('profile.passwordRecoveryEmail') }}</label>
<div>{{ profile.fallbackEmail || 'unset' }}</div>
<div>{{ profile.fallbackEmail || 'No email address set' }}</div>
</FormGroup>
<div style="display: flex; align-items: center">
<Button tool plain @click="onChangeFallbackEmail(profile.fallbackEmail)" v-show="profile.username && !profile.source && !config.profileLocked">{{ $t('main.dialog.edit') }}</Button>