Skip to content

Commit

Permalink
fix: Fix text syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ximu3 committed Dec 9, 2024
1 parent bb6cdab commit 849e988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/src/components/Config/Database.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ export function Database(): JSX.Element {
<div className={cn('flex flex-row gap-5 items-center')}>
<AlertDialog>
<AlertDialogTrigger asChild>
<Button variant={'outline'}>导入v1版本数据库</Button>
<Button variant={'outline'}>导入v1数据库</Button>
</AlertDialogTrigger>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>确定要导入v1版本数据库吗</AlertDialogTitle>
<AlertDialogTitle>确定要导入v1数据库吗</AlertDialogTitle>
<AlertDialogDescription>
导入v1版本数据库将覆盖当前数据库,此操作不可逆!操作结束后应用将自动重启。
导入v1数据库将覆盖当前数据库,此操作不可逆!操作结束后应用将自动重启。
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
Expand Down

0 comments on commit 849e988

Please sign in to comment.