mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
fix(i18n): use correct key for welcome_success (#2354)
This commit is contained in:
parent
bb7c2d50ef
commit
a1edc246f5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user