mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 19:16:09 +00:00
fix localisation key name
This commit is contained in:
parent
ca79052914
commit
dec818a27a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class FilterWidget extends StatelessWidget {
|
|||
Padding(
|
||||
padding: EdgeInsets.all(24.0),
|
||||
child: Text(
|
||||
S.of(context).filters,
|
||||
S.of(context).filter_by,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context).primaryTextTheme.overline!.color!,
|
||||
fontSize: 16,
|
||||
|
|
Loading…
Reference in a new issue