feat: improve explanation of update being unusable

This commit is contained in:
Ushie
2022-10-20 00:15:48 +03:00
parent ac79765372
commit caa9694543
5 changed files with 79 additions and 51 deletions

View File

@ -110,7 +110,7 @@ class _ApplicationItemState extends State<ApplicationItem>
children: <Widget>[
CustomMaterialButton(
label: widget.isUpdatableApp
? I18nText('applicationItem.infoButton')
? I18nText('applicationItem.patchButton')
: I18nText('applicationItem.infoButton'),
onPressed: widget.onPressed,
),