improved description

This commit is contained in:
Fabian Freund
2024-06-25 16:01:48 +02:00
parent dc1ca88671
commit 62a5740cf2
@@ -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 {