Skip to content

Commit d37028c

Browse files
committed
fix(System Management): Issue with text in the page preview input box under Appearance Settings
1 parent 1f8137d commit d37028c

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

frontend/src/views/system/appearance/LoginPreview.vue

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,14 @@
6262
<el-form-item class="login-form-item" prop="username">
6363
<el-input
6464
readonly
65-
:placeholder="
66-
$t('datasource.please_enter') +
67-
$t('common.empty') +
68-
$t('common.your_account_email_address')
69-
"
65+
:placeholder="$t('common.your_account_email_address')"
7066
autofocus
7167
/>
7268
</el-form-item>
7369
<el-form-item prop="password">
7470
<el-input
7571
readonly
76-
:placeholder="
77-
$t('datasource.please_enter') +
78-
$t('common.empty') +
79-
$t('common.enter_your_password')
80-
"
72+
:placeholder="$t('common.enter_your_password')"
8173
show-password
8274
maxlength="30"
8375
show-word-limit

0 commit comments

Comments
 (0)