We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9d73a commit a462218Copy full SHA for a462218
2 files changed
src/app/components/Premium/DiscountBadge.tsx
@@ -5,7 +5,7 @@ const DiscountBadge: FC = () => {
5
const { t } = useTranslation()
6
return (
7
<p className="bg-[#FAE387] text-[#303030] w-fit rounded-[5px] px-2 py-[4px] text-sm font-semibold">
8
- {t('Limited-time offer')}
+ {t('Buy once, use forever')}
9
</p>
10
)
11
}
src/app/i18n/locales/simplified-chinese.json
@@ -88,5 +88,6 @@
88
"Display Settings": "显示设置",
89
"Auto": "自动",
90
"Language": "语言",
91
- "Limited-time offer": "限时特惠"
+ "Limited-time offer": "限时特惠",
92
+ "Buy once, use forever": "一次性买断价"
93
0 commit comments