mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-31 04:50:16 +02:00
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user