From 407794da3685647151e729b99f26257e8ab41d36 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 20 Feb 2023 20:11:33 +0100 Subject: [PATCH] manifest: remove help string for init_main_permission, it's not a checkbox anymore like is_public was so it's confusing --- manifest.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index a1b95d8..061e47d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -33,8 +33,6 @@ ram.runtime = "50M" default = "/simple-torrent" [install.init_main_permission] - help.en = "If enabled, Simple Torrent will be accessible by people who do not have an account. This can be changed later via the webadmin." - help.fr = "Si cette case est cochée, Simple Torrent sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." type = "group" default = "visitors"