feat(core): update migration data notification (#12594)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

- **New Features**
  - Updated the migration notification with a clearer header and description to better guide users through the data migration process.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
EYHN
2025-05-28 08:19:19 +00:00
parent b847de4980
commit 2d5b9022fd
3 changed files with 8 additions and 8 deletions

View File

@@ -48,11 +48,11 @@ export const MigrationAllDocsDataNotification = () => {
return (
<div className={styles.migrationDataNotificationContainer}>
<div className={styles.migrationDataNotificationTitle}>
{t['com.affine.migration-all-docs-notification.title']()}
{t['com.affine.migration-all-docs-notification.header']()}
</div>
<div className={styles.migrationDataNotificationContent}>
<MigrationBackgroundCover />
{t['com.affine.migration-all-docs-notification.content']()}
{t['com.affine.migration-all-docs-notification.desc']()}
</div>
{error && (