File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
applications/drive/src/app/photos/PhotosWithAlbums/components Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,19 @@ import { c } from 'ttag';
3
3
import drivePhotosMigration from '@proton/styles/assets/img/drive/drive-photos-migration.svg' ;
4
4
5
5
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 >
15
20
</ div >
16
21
) ;
You can’t perform that action at this time.
0 commit comments