Clearer wording (#991)

This commit is contained in:
Imran Remtulla
2023-10-12 19:10:02 -04:00
parent 723f7e63e9
commit 503a01675e
15 changed files with 15 additions and 1 deletions

View File

@@ -566,7 +566,7 @@ class AppsPageState extends State<AppsPage> {
.toInt()
.toString()
])
: tr('pleaseWait'),
: tr('installing'),
textAlign: (listedApps[index].downloadProgress! >= 0)
? TextAlign.start
: TextAlign.end,