Skip to content

Commit

Permalink
improved description
Browse files Browse the repository at this point in the history
FaFre committed Jun 25, 2024
1 parent dc1ca88 commit 62a5740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 62a5740

Please sign in to comment.