mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-06 00:03:28 +01:00
Minor language-specific case tweaks (#2396)
This commit is contained in:
@@ -545,7 +545,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
||||
child: Text(
|
||||
tr(
|
||||
'searchX',
|
||||
args: [tr('source').toLowerCase()],
|
||||
args: [lowerCaseIfEnglish(tr('source'))],
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user