fix: 修正验证邮箱页面文案

This commit is contained in:
韦荣超 2022-03-09 09:39:22 +08:00
parent e0e3dd128e
commit 8541e180cc

View File

@ -8,7 +8,7 @@
<p>{{$L('今后您可以通过此邮箱重置您的账号密码')}}</p>
</div>
<div class="validation-text" v-if="error">
<div>{{$L('链接已过期,重新发送')}}</div>
<div>{{$L('链接已过期,重新发送')}}</div>
</div>
<div slot="footer" v-if="success">
<Button type="primary" @click="userLogout" long>{{$L('返回首页')}}</Button>