Skip to content

Commit 546976d

Browse files
authored
update language name
1 parent 4d81cb9 commit 546976d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/screens/settings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const languageList = [
2020
),
2121
ComboBoxItem(
2222
value: 'pt_BR',
23-
child: Text('Português (Brasileiro)'),
23+
child: Text('Português (Brasil)'),
2424
),
2525
ComboBoxItem(
2626
value: 'zh_CN',

0 commit comments

Comments
 (0)