mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: minor i18n label change
This commit is contained in:
parent
defde39e31
commit
49b3273df4
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
},
|
||||
"patchesSelectorView": {
|
||||
"searchBarHint": "Search patches",
|
||||
"fabButton": "Done"
|
||||
"doneButton": "Done"
|
||||
},
|
||||
"installerView": {
|
||||
"widgetTitle": "Installer",
|
||||
|
|
|
@ -65,7 +65,7 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
|||
model.selectPatches();
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
child: I18nText('patchesSelectorView.fabButton'),
|
||||
child: I18nText('patchesSelectorView.doneButton'),
|
||||
),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue