diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 82861d77..e647656d 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -1734,7 +1734,7 @@ export default { step3Info: '详情信息已从AiDA自动填充,请检查并补充任何缺失的信息。', step4Title: '上架发布', step4Info: '发布后,你的设计将立即在市场上线。', - showAgain: '不再提示', + showAgain: '7天内不再提示', GetStarted: '开始体验', }, SellerListEdit: { diff --git a/src/lang/en.ts b/src/lang/en.ts index 83a56961..a9f119c6 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -1785,7 +1785,7 @@ export default { step3Info: 'Details are pre-filled from AiDA. Review and complete any missing information.', step4Title: 'Listing Live', step4Info: 'Publish and your design goes live on the marketplace.', - showAgain: 'Don’t show me again', + showAgain: 'Don’t show this again for 7 days', GetStarted: 'Get Started', }, SellerListEdit:{ diff --git a/src/views/SellerDashboard/MyListings/createSelect/historyList.vue b/src/views/SellerDashboard/MyListings/createSelect/historyList.vue index bfc88ee9..837a1238 100644 --- a/src/views/SellerDashboard/MyListings/createSelect/historyList.vue +++ b/src/views/SellerDashboard/MyListings/createSelect/historyList.vue @@ -55,26 +55,28 @@ defineExpose({getCreateList})