refactor(core): Change wording on the window (#1779)

* Change wording on the user selection window
This commit is contained in:
kokomo123 2023-11-07 14:46:43 -05:00 committed by GitHub
parent 0a3dd62ee7
commit 701a817fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1425,7 +1425,7 @@ chooseUser() {
else
if awk -F':' '$3>=1000 && $3<=60000 {print $1}' /etc/passwd \
| grep -qw "${install_user}"; then
echo "::: ${install_user} will hold your ovpn configurations."
echo "::: ${install_user} will hold your VPN client configuration files."
else
echo "::: User ${install_user} does not exist, creating..."