mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-10-31 22:17:29 +00:00
Fix 'start migration button' subtitle
This commit is contained in:
parent
0425ea8ab8
commit
bb6d615d37
|
@ -70,7 +70,7 @@ class MorePage extends StatelessWidget {
|
||||||
.toList(),
|
.toList(),
|
||||||
isMigration: true,
|
isMigration: true,
|
||||||
),
|
),
|
||||||
subtitle: 'not_ready_card.in_menu'.tr(),
|
subtitle: 'providers.storage.data_migration_notice'.tr(),
|
||||||
accent: true,
|
accent: true,
|
||||||
),
|
),
|
||||||
if (!isReady)
|
if (!isReady)
|
||||||
|
|
Loading…
Reference in a new issue