fix(app-selector): remove direct use of strings (#944)

This commit is contained in:
Aabed Khan
2023-06-23 19:24:12 +05:45
committed by GitHub
parent 716a30bf7b
commit 941f618153
39 changed files with 62 additions and 85 deletions

View File

@ -133,7 +133,7 @@ class PatcherViewModel extends BaseViewModel {
if (suggestedVersion.isEmpty) {
suggestedVersion = FlutterI18n.translate(
context,
'appSelectorCard.anyVersion',
'appSelectorCard.allVersions',
);
} else {
suggestedVersion = 'v$suggestedVersion';