fix(i18n): use correct key for welcome_success (#2354)

This commit is contained in:
ReenigneArcher 2024-04-02 18:22:30 -04:00 committed by GitHub
parent bb7c2d50ef
commit a1edc246f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@
</button>
<div class="alert alert-danger" v-if="error"><b>{{ $t('_common.error') }}</b> {{error}}</div>
<div class="alert alert-success" v-if="success">
<b>{{ $t('_common.success') }}</b> {{ $t('_common.welcome_success') }}
<b>{{ $t('_common.success') }}</b> {{ $t('welcome.welcome_success') }}
</div>
</form>
</div>