mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: i18n
This commit is contained in:
@ -361,8 +361,8 @@ const StepOne = ({
|
||||
<PlanUpgradeModal
|
||||
show
|
||||
onClose={hidePlanUpgradeModal}
|
||||
title='Upgrade to upload multiple pages at once'
|
||||
description='You’ve 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>
|
||||
|
||||
Reference in New Issue
Block a user