fix: different message when trying to patch spilt apk (#973)

This commit is contained in:
Aabed Khan
2023-07-01 05:25:30 +05:45
committed by GitHub
parent c1cc812ea4
commit 4100d7a391
2 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class PatcherViewModel extends BaseViewModel {
builder: (context) => AlertDialog(
title: I18nText('warning'),
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
content: I18nText('patcherView.armv7WarningDialogText'),
content: I18nText('patcherView.splitApkWarningDialogText'),
actions: <Widget>[
CustomMaterialButton(
label: I18nText('noButton'),