fix(i18n): use correct key for welcome_success (#2354)
This commit is contained in:
parent
bb7c2d50ef
commit
a1edc246f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue