From 2c163db34bbb6ccf10ba9c09ab90c5d7ec7b2eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Thu, 11 Feb 2021 20:12:39 +0100 Subject: [PATCH] Correcting typos in install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 31615b8..94c1171 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ set_userlang() { # Set the user language. echo -e "\e[39m[+] Setting the user language...\e[39m" printf -v joined '%s/' "${LOCALES[@]}" - echo -n " Please choose a language for the reports and the interface (${joined%/}): " + echo -n " Please choose a language for the reports and the user interface (${joined%/}): " read lang if [[ " ${LOCALES[@]} " =~ " ${lang} " ]]; then