mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-06 08:13:29 +01:00
Clearer wording
This commit is contained in:
@@ -421,7 +421,7 @@ class AppsPageState extends State<AppsPage> {
|
||||
}
|
||||
|
||||
getVersionText(int appIndex) {
|
||||
return '${listedApps[appIndex].app.installedVersion ?? tr('notInstalled')}${listedApps[appIndex].app.additionalSettings['trackOnly'] == true ? ' ${tr('estimateInBrackets')}' : ''}';
|
||||
return '${listedApps[appIndex].app.installedVersion ?? tr('notInstalled')}${listedApps[appIndex].app.additionalSettings['trackOnly'] == true ? ' ${tr('pseudoVersion')}' : ''}';
|
||||
}
|
||||
|
||||
getChangesButtonString(int appIndex, bool hasChangeLogFn) {
|
||||
|
||||
Reference in New Issue
Block a user