diff --git a/app/lib/features/settings/presentation/screens/settings.dart b/app/lib/features/settings/presentation/screens/settings.dart index d533b640..2784c419 100644 --- a/app/lib/features/settings/presentation/screens/settings.dart +++ b/app/lib/features/settings/presentation/screens/settings.dart @@ -217,7 +217,7 @@ class SettingsScreen extends HookConsumerWidget { SwitchListTile.adaptive( title: const Text('Block HTTP Protocol'), subtitle: const Text( - 'Prevents loading of HTTP (unsecure) content entirely. When enabled, only HTTPS (secure) is allowed.', + 'Prevents the loading of unsecure HTTP content. When enabled, only secure HTTPS content is allowed.', ), value: settings.blockHttpProtocol, onChanged: (value) async {