From a74d2be72f25164603e41c244d24c748555be21f Mon Sep 17 00:00:00 2001 From: Niklas Meinzer Date: Tue, 30 Apr 2024 20:32:48 +0200 Subject: [PATCH] Fix license information and some typos/wording --- manifest.toml | 4 ++-- scripts/upgrade | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3c32958..99a4b83 100644 --- a/manifest.toml +++ b/manifest.toml @@ -10,7 +10,7 @@ version = "6.1.15~ynh1" maintainers = [] [upstream] -license = "GPL-3.0-or-later" +license = "AGPL-3.0-or-later" website = "https://firefly-iii.org/" demo = "https://demo.firefly-iii.org/login" admindoc = "https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/introduction/" @@ -38,7 +38,7 @@ ram.runtime = "50M" default = "/firefly" [install.init_main_permission] - help.en = "If enabled, firefly-iii will be accessible by people who doesn’t have an account. This can be changed later via the webadmin." + help.en = "If enabled, firefly-iii will be accessible by people who don't have an account. This can be changed later via the webadmin." help.fr = "Si cette case est cochée, firefly-iii sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." type = "group" default = "visitors" diff --git a/scripts/upgrade b/scripts/upgrade index 7547fa6..510257a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -64,7 +64,7 @@ popd #================================================= # SETUP A CRON #================================================= -ynh_script_progression --message="Setuping a cron..." +ynh_script_progression --message="Setting up a cron job ..." ynh_add_config --template="cron" --destination="/etc/cron.d/$app" chown root: "/etc/cron.d/$app"