From a614b932b5960df3b61e3f8f529af52475b1dec3 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 26 Jan 2018 18:17:50 +0100 Subject: [PATCH] Typo fix --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 77b1e0f..142d9e8 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -170,7 +170,7 @@ ynh_abort_if_up_to_date () { # If you give the name of a YunoHost user, ynh_send_readme_to_admin will find its email adress for you # example: "root admin@domain user1 user2" ynh_send_readme_to_admin() { - local app_message="${1:-...No specific informations...}" + local app_message="${1:-...No specific information...}" local recipients="${2:-root}" # Retrieve the email of users @@ -201,7 +201,7 @@ ynh_send_readme_to_admin() { local mail_message="This is an automated message from your beloved YunoHost server. -Specific informations for the application $app. +Specific information for the application $app. $app_message