From 325fa755eb77d2f03c0aeee4c01ba27b3cfad72a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 21 Apr 2024 18:40:07 +0200 Subject: [PATCH] Appease linter --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9c439d6..1920cd8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,8 +44,8 @@ ram.runtime = "70M" default = "admins" [install.init_main_permission] - ask.en = "Should the dashboard and HTTP endpoints be publicly accessible?" - ask.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?" + help.en = "Should the dashboard and HTTP endpoints be publicly accessible?" + help.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?" type = "group" default = "visitors"