mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: minor i18n label change
This commit is contained in:
parent
defde39e31
commit
49b3273df4
@ -55,7 +55,7 @@
|
|||||||
},
|
},
|
||||||
"patchesSelectorView": {
|
"patchesSelectorView": {
|
||||||
"searchBarHint": "Search patches",
|
"searchBarHint": "Search patches",
|
||||||
"fabButton": "Done"
|
"doneButton": "Done"
|
||||||
},
|
},
|
||||||
"installerView": {
|
"installerView": {
|
||||||
"widgetTitle": "Installer",
|
"widgetTitle": "Installer",
|
||||||
|
@ -65,7 +65,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
|||||||
model.selectPatches();
|
model.selectPatches();
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
child: I18nText('patchesSelectorView.fabButton'),
|
child: I18nText('patchesSelectorView.doneButton'),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user