being -> entity

This commit is contained in:
2025-11-30 00:24:33 +01:00
parent 19af6dbce4
commit 9ca4126e8a

View File

@@ -323,14 +323,14 @@ function askReg() {
confirm=" Forename: $FNAME\n Surname: $SNAME\n Place: $PLANET"
ynBox "c3gov Stamp" "Does this being want to have a c3gov stamp?"
ynBox "c3gov Stamp" "Does this entity want to have a c3gov stamp?"
if [ $? -eq 0 ]; then
STAMP=true
else
STAMP=false
fi
ynBox "GPG" "Does the being have a GPG key to register?"
ynBox "GPG" "Does the entity have a GPG key to register?"
if [ $? -eq 0 ]; then
enterGPG "" no-confirm
if [ $? -eq 0 ]; then