mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-30 11:35:59 +00:00
change text in the successfully verified page
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
|
||||
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
|
||||
|
||||
<h1>{{ $t('page_login.title') }}</h1>
|
||||
<h2>{{ $t('page_email_successfully_verified') }}</h2>
|
||||
<h1>{{ $t('page_email_successfully_verified.title') }}</h1>
|
||||
<h2>{{ $t('page_email_successfully_verified.subtitle') }}</h2>
|
||||
|
||||
<a href="/sign-in">
|
||||
<AuthButton icon="chevron-right" :text="$t('page_sign_in.button_log_in')"/>
|
||||
|
||||
Reference in New Issue
Block a user