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

@@ -545,7 +545,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
child: Text(
tr(
'searchX',
args: [tr('source').toLowerCase()],
args: [lowerCaseIfEnglish(tr('source'))],
),
),
),