chore: i18n

This commit is contained in:
Joel
2025-12-10 14:41:37 +08:00
parent bacc9a7970
commit f7a9aadc98
4 changed files with 20 additions and 2 deletions

View File

@ -361,8 +361,8 @@ const StepOne = ({
<PlanUpgradeModal
show
onClose={hidePlanUpgradeModal}
title='Upgrade to upload multiple pages at once'
description='Youve reached the upload limit — only one page can be selected and uploaded at a time on your current plan.'
title={t('billing.upgrade.uploadMultiplePages.title')!}
description={t('billing.upgrade.uploadMultiplePages.description')!}
/>
)}
</div>