1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Fix license information and some typos/wording

This commit is contained in:
Niklas Meinzer 2024-04-30 20:32:48 +02:00
parent 6861530a8c
commit a74d2be72f
2 changed files with 3 additions and 3 deletions

View file

@ -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 doesnt 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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"

View file

@ -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"