Skip to content

Commit

Permalink
Update migration modal message
Browse files Browse the repository at this point in the history
  • Loading branch information
lhvy committed Oct 24, 2024
1 parent 963755b commit 06c8735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/MigrationModal/MigrationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const MigrationModal = ({ open, onOk, onCancel }: Props) => {

return (
<Modal
title="Local Circles Data Detected"
title="Local Circles Data Detected (Pre Nov 2024)"
open={open ?? false}
closable={false}
onOk={handleMigration}
Expand All @@ -89,8 +89,8 @@ const MigrationModal = ({ open, onOk, onCancel }: Props) => {
>
<div>
<p>
As you may have noticed, Circles moved to a login system. We&apos;ve detected an old
planner saved locally, and can attempt to migrate it for you. You can also{' '}
As you may have noticed, Circles moved to a login system in 2024 Term 3. We&apos;ve
detected an old planner saved locally, and can attempt to migrate it for you. You can also{' '}
<a onClick={download}>download</a> it for importing later.
</p>
<p>
Expand Down

0 comments on commit 06c8735

Please sign in to comment.