Update copy

This commit is contained in:
Neeraj Gupta 2023-02-18 16:51:27 +05:30
parent 0adc0382db
commit 97a91733d6
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -68,8 +68,7 @@ class ArchivePage extends StatelessWidget {
selectedFiles: _selectedFiles,
initialFiles: null,
emptyState: const EmptyState(
text: "You don't have any archived photos.\n\n "
"Archived albums will be shown on top of this gallery.",
text: "You don't have any archived items.",
),
header: FutureBuilder(
future: CollectionsService.instance.getArchivedCollectionWithThumb(),