From bb6d615d37554fae474903ab1fad71d0e50a93ea Mon Sep 17 00:00:00 2001 From: NaiJi Date: Mon, 19 Sep 2022 03:48:59 +0300 Subject: [PATCH] Fix 'start migration button' subtitle --- lib/ui/pages/more/more.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/pages/more/more.dart b/lib/ui/pages/more/more.dart index 2dcdd40d..bc0468b0 100644 --- a/lib/ui/pages/more/more.dart +++ b/lib/ui/pages/more/more.dart @@ -70,7 +70,7 @@ class MorePage extends StatelessWidget { .toList(), isMigration: true, ), - subtitle: 'not_ready_card.in_menu'.tr(), + subtitle: 'providers.storage.data_migration_notice'.tr(), accent: true, ), if (!isReady)