1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00

[enh] grammar fixes

This commit is contained in:
tituspijean 2019-11-03 15:47:53 +00:00
parent 5db6f53a15
commit bd8999075b
2 changed files with 2 additions and 1 deletions

View file

@ -51,7 +51,7 @@
"fr": "Choisissez un utilisateur pour Owntracks" "fr": "Choisissez un utilisateur pour Owntracks"
}, },
"help": { "help": {
"en": "If public, this user trace will be public ", "en": "If public, this user's trace will be public.",
"fr": "Si publique, les traces de cet utilisateur seront publiques." "fr": "Si publique, les traces de cet utilisateur seront publiques."
}, },
"optional": "true" "optional": "true"

View file

@ -125,6 +125,7 @@ then
ynh_replace_string "\$_SERVER\['PHP_AUTH_USER'\]" "$user" "$final_path/map_points.php" ynh_replace_string "\$_SERVER\['PHP_AUTH_USER'\]" "$user" "$final_path/map_points.php"
ynh_app_setting_set $app unprotected_uris "/" ynh_app_setting_set $app unprotected_uris "/"
fi fi
#================================================= #=================================================
# STORE THE CHECKSUM OF THE CONFIG FILE # STORE THE CHECKSUM OF THE CONFIG FILE
#================================================= #=================================================