Skip to content

Commit

Permalink
Fix: dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyCreeper committed Dec 12, 2023
1 parent b8547d0 commit 4d64b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/user/dialogs/username.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const changeUName = async () => {
<template>
<el-dialog
v-model="open"
title="修改密码"
title="修改用户名"
:close-on-click-modal="false"
class="rounded-lg dark:bg-zinc-800 w-2/6 max-sm:w-full"
>
Expand Down
2 changes: 1 addition & 1 deletion src/views/user/account/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ onMounted(async () => {
<template>
<div class="card mb-5">
<div class="card-title">第三方账号绑定</div>
<div class="card-body">
<div class="card-body pb-4">
<p class="-mt-2 mb-2">
使用以下任一方式都可以登录到您的 SyncTV 帐号,避免由于某个帐号失效导致无法登录
</p>
Expand Down

0 comments on commit 4d64b15

Please sign in to comment.