Skip to content

Commit 40787cc

Browse files
committed
fix: improve clarity and user engagement
1 parent 9baaf28 commit 40787cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/views/HomeView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-lime-600 hover:bg-lime-600 md:py-4 md:text-lg md:px-10"
1616
@click="onClickRoomCreate"
1717
>
18-
我的社群不想要廣告,我要安裝芙蕾雅
18+
我的社群已經受夠垃圾訊息了!幫幫我!芙蕾雅女神
1919
</button>
2020
</div>
2121
<div class="mt-3 sm:mt-0 sm:ml-3">
2222
<button
2323
class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-lime-600 bg-lime-100 hover:bg-lime-200 md:py-4 md:text-lg md:px-10"
2424
@click="onClickRoomManage"
2525
>
26-
我只是來查詢驗證碼的,進入社群管理中心
26+
我的社群已經受到女神庇護,我要進入社群管理中心
2727
</button>
2828
</div>
2929
</div>

src/views/RoomCreateView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
恭喜您已經成功為
147147
{{ roomData.label }}
148148
設定 Freya 芙蕾雅,
149-
擺脫惡意廣告夢魘啦
149+
擺脫垃圾夢魘啦
150150
</p>
151151
<div class="flex justify-end mt-8">
152152
<button

0 commit comments

Comments
 (0)