Skip to content

Commit a462218

Browse files
committed
Update discount badge
1 parent ac9d73a commit a462218

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/app/components/Premium/DiscountBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const DiscountBadge: FC = () => {
55
const { t } = useTranslation()
66
return (
77
<p className="bg-[#FAE387] text-[#303030] w-fit rounded-[5px] px-2 py-[4px] text-sm font-semibold">
8-
{t('Limited-time offer')}
8+
{t('Buy once, use forever')}
99
</p>
1010
)
1111
}

src/app/i18n/locales/simplified-chinese.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@
8888
"Display Settings": "显示设置",
8989
"Auto": "自动",
9090
"Language": "语言",
91-
"Limited-time offer": "限时特惠"
91+
"Limited-time offer": "限时特惠",
92+
"Buy once, use forever": "一次性买断价"
9293
}

0 commit comments

Comments
 (0)