From 62a5740cf25fbfa1d94191499ea5ca32edf322b4 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Tue, 25 Jun 2024 16:01:48 +0200 Subject: [PATCH] improved description --- app/lib/features/settings/presentation/screens/settings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {