mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-24 03:26:38 +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(
|
||||||
padding: EdgeInsets.all(24.0),
|
padding: EdgeInsets.all(24.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
S.of(context).filters,
|
S.of(context).filter_by,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Theme.of(context).primaryTextTheme.overline!.color!,
|
color: Theme.of(context).primaryTextTheme.overline!.color!,
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
|
Loading…
Reference in a new issue