Switch from title case to sentence case + minor wording change (#2195, #2197)

This commit is contained in:
Imran Remtulla
2025-03-29 22:15:11 -04:00
parent ebc6671d62
commit 6a3805723d
6 changed files with 154 additions and 153 deletions

View File

@@ -490,8 +490,9 @@ class _ImportExportPageState extends State<ImportExportPage> {
searchSource[0]);
}
},
child: Text(tr('searchX',
args: [tr('source')])))),
child: Text(tr('searchX', args: [
tr('source').toLowerCase()
])))),
],
),
const SizedBox(height: 8),