Format improve

This commit is contained in:
Luis Guzmán 2020-09-09 22:38:45 -05:00
parent 4592a6820e
commit c1389a2385
1 changed files with 3 additions and 3 deletions

View File

@ -406,7 +406,7 @@ fi
done done
echo -e "\nWe'll take a minute to localize some UI excerpts if you need.\n" echo -e "\nWe'll take a minute to localize some UI excerpts if you need.\n"
#Participant #Participant
echo -e "\n> Do you want to translate 'Participant' to your own language?" && \ echo -e "> Do you want to translate 'Participant' to your own language?" && \
read -p "Leave empty to use the default one (English): "$'\n' L10N_PARTICIPANT read -p "Leave empty to use the default one (English): "$'\n' L10N_PARTICIPANT
#Me #Me
echo -e "\n> Do you want to translate 'me' to your own language? echo -e "\n> Do you want to translate 'me' to your own language?
@ -921,7 +921,7 @@ if [ "$ENABLE_BLESSM" = "yes" ]; then
bash $PWD/jm-bm.sh bash $PWD/jm-bm.sh
fi fi
# Applying best practives for interface config.js # Applying best practives for interface config.js
echo -e "\n> Setting up custom interface_config.js acording to best practices.\n" echo -e "\n> Setting up custom interface_config.js according to best practices."
cp "$INT_CONF" "$INT_CONF_ETC" cp "$INT_CONF" "$INT_CONF_ETC"
#Tune webserver for interface_config.js #Tune webserver for interface_config.js