mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-04 07:14:48 +08:00
fix: Change key name and translation
This commit is contained in:
@@ -39,7 +39,7 @@ definePage({
|
||||
</ab-container>
|
||||
|
||||
<div grow w-500px space-y-20px>
|
||||
<ab-container :title="$t('log.contactinfo')">
|
||||
<ab-container :title="$t('log.contact_info')">
|
||||
<div space-y-12px>
|
||||
<ab-label label="Github">
|
||||
<ab-button
|
||||
@@ -85,7 +85,7 @@ definePage({
|
||||
</div>
|
||||
</ab-container>
|
||||
|
||||
<ab-container :title="$t('log.bugrepo')">
|
||||
<ab-container :title="$t('log.bug_repo')">
|
||||
<div space-y-12px>
|
||||
<ab-button
|
||||
mx-auto
|
||||
|
||||
@@ -33,7 +33,7 @@ definePage({
|
||||
|
||||
<div flex="~ justify-end">
|
||||
<ab-button size="small" @click="login">{{
|
||||
$t('login.loginbtn')
|
||||
$t('login.login_btn')
|
||||
}}</ab-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user