Skip to content

Commit fe944f3

Browse files
committed
fix(account): update app bar title to use correct localization key
- Replace l10n.accountTitle with l10n.bottomNavAccountLabel in AccountPage app bar
1 parent fdb7ebb commit fe944f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/account/view/account_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class AccountPage extends StatelessWidget {
3333
icon: const Icon(Icons.close),
3434
onPressed: () => context.pop(),
3535
),
36-
title: Text(l10n.accountTitle),
36+
title: Text(l10n.bottomNavAccountLabel),
3737
),
3838
body: SingleChildScrollView(
3939
child: Padding(

0 commit comments

Comments
 (0)