Skip to content

Commit 96b3094

Browse files
author
MargeBot
committed
Merge branch 'DRVWEB-4730-migration-copy-update' into 'main'
[DRVWEB-4730] Update copy for Migration view See merge request web/clients!16800
2 parents 7c18b3d + 131bde8 commit 96b3094

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

applications/drive/src/app/photos/PhotosWithAlbums/components/PhotosMigrationView.tsx

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ import { c } from 'ttag';
33
import drivePhotosMigration from '@proton/styles/assets/img/drive/drive-photos-migration.svg';
44

55
export const PhotosMigrationView = () => (
6-
<div
7-
className="m-auto flex flex-column items-center justify-center gap-2 max-w-custom text-center"
8-
style={{
9-
'--max-w-custom': '21rem',
10-
}}
11-
>
12-
<img src={drivePhotosMigration} className="px-3" alt="" />
13-
<h3 className="text-bold text-xxl">{c('Title').t`Upgrading your Photos experience`}</h3>
14-
<h4 className="text-lg">{c('Info').t`Setting up Albums & Filters. This might take a few minutes.`}</h4>
6+
<div className="m-auto flex flex-column items-center justify-center gap-2 text-center">
7+
<img
8+
src={drivePhotosMigration}
9+
className="px-3 max-w-custom"
10+
style={{
11+
'--max-w-custom': '21rem',
12+
}}
13+
alt=""
14+
/>
15+
<h3 className="text-bold text-xxl">{c('Title').t`Setting up Albums & Filters`}</h3>
16+
<p className="text-lg m-0 flex flex-column items-center">
17+
<span>{c('Info').t`If you have a large photo library, it might take some time.`}</span>
18+
<span>{c('Info').t`You can close the tab. We'll work on it in the background.`}</span>
19+
</p>
1520
</div>
1621
);

0 commit comments

Comments
 (0)