Minor language-specific case tweaks (#2396)

This commit is contained in:
Imran Remtulla
2025-08-01 17:59:15 -04:00
parent 89d853a948
commit 3e73156f78
6 changed files with 16 additions and 6 deletions

View File

@@ -1072,7 +1072,10 @@ class AppsPageState extends State<AppsPage> {
Navigator.of(context).pop();
},
child: Text(
tr('downloadX', args: [tr('releaseAsset').toLowerCase()]),
tr(
'downloadX',
args: [lowerCaseIfEnglish(tr('releaseAsset'))],
),
),
),
const Divider(),