remove language description from settings
This commit is contained in:
@@ -91,7 +91,7 @@ class GeneralSettingsScreen extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return const SettingsDetailScaffold(
|
||||
title: 'General',
|
||||
subtitle: 'Appearance, language, downloads, and browser defaults.',
|
||||
subtitle: 'Appearance, downloads, and browser defaults.',
|
||||
icon: Icons.tune,
|
||||
sections: generalSettingsSections,
|
||||
);
|
||||
|
||||
@@ -98,7 +98,7 @@ _CategoryGroups _buildCategories() {
|
||||
final browser = [
|
||||
_SettingsCategoryDefinition(
|
||||
title: 'General',
|
||||
subtitle: 'Appearance, language, downloads',
|
||||
subtitle: 'Appearance, downloads',
|
||||
icon: Icons.tune,
|
||||
keywords: const ['theme', 'ui zoom', 'default browser'],
|
||||
sections: generalSettingsSections,
|
||||
|
||||
Reference in New Issue
Block a user