Skip to content

Commit 42bae19

Browse files
committed
edit alert for deb
1 parent 7e92271 commit 42bae19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ const copyToClipboard = async (text: string | undefined): Promise<void> => {
561561
<el-alert
562562
title="Mẹo nhỏ"
563563
type="success"
564-
description="Sau khi cài đặt bằng script này, post-install sẽ tự động hỏi bạn để thiết lập môi trường. Bạn chỉ cần nhấn Y để đồng ý!"
564+
description="Sau khi cài đặt bằng script này, post-install sẽ tự động bật dịch vụ fcitx5-lotus-serve và tự thiết lập biến môi trường cho bạn."
565565
:closable="false"
566566
class="mb-4 custom-alert"
567567
/>
@@ -587,7 +587,7 @@ const copyToClipboard = async (text: string | undefined): Promise<void> => {
587587
<el-alert
588588
title="Mẹo nhỏ"
589589
type="success"
590-
description="Quá trình cài đặt deb package sẽ tự động hỗ trợ thiết lập Autostart và biến môi trường."
590+
description="Sau khi cài đặt bằng script này, post-install sẽ tự động bật dịch vụ fcitx5-lotus-serve tự thiết lập biến môi trường cho bạn."
591591
:closable="false"
592592
class="mb-4 custom-alert"
593593
/>

0 commit comments

Comments
 (0)