remove language description from settings

This commit is contained in:
Fabian Freund
2026-06-01 07:28:41 +02:00
parent 997c826812
commit de37d6ca8c
2 changed files with 2 additions and 2 deletions
@@ -91,7 +91,7 @@ class GeneralSettingsScreen extends StatelessWidget {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return const SettingsDetailScaffold( return const SettingsDetailScaffold(
title: 'General', title: 'General',
subtitle: 'Appearance, language, downloads, and browser defaults.', subtitle: 'Appearance, downloads, and browser defaults.',
icon: Icons.tune, icon: Icons.tune,
sections: generalSettingsSections, sections: generalSettingsSections,
); );
@@ -98,7 +98,7 @@ _CategoryGroups _buildCategories() {
final browser = [ final browser = [
_SettingsCategoryDefinition( _SettingsCategoryDefinition(
title: 'General', title: 'General',
subtitle: 'Appearance, language, downloads', subtitle: 'Appearance, downloads',
icon: Icons.tune, icon: Icons.tune,
keywords: const ['theme', 'ui zoom', 'default browser'], keywords: const ['theme', 'ui zoom', 'default browser'],
sections: generalSettingsSections, sections: generalSettingsSections,