diff --git a/scripts/install b/scripts/install index 55f9189..b976518 100644 --- a/scripts/install +++ b/scripts/install @@ -41,7 +41,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url if [ "$path_url" == "/" ] && [ $multisite -eq 1 ]; then - ynh_die --message="Multisite option of wordpress doesn't work at the root of a domain." + ynh_die --message="Multisite option of WordPress doesn't work at the root of a domain." fi #=================================================