change english messages

This commit is contained in:
root
2021-05-14 08:47:31 +00:00
parent b117d61815
commit 52def8f5ab

View File

@@ -446,10 +446,10 @@ func setupDB(dbPtr *string, masterKeyPtr *string, customRootToken string) (*dbco
}
db.createLegalBasis("core-send-email-on-login", "", "login", "Send email on login",
"Confirm to allow sending access code using 3rd party email gateway", "consent",
"This consent is required to give you the service.", "active", true, true);
"This consent is required to give you our service.", "active", true, true);
db.createLegalBasis("core-send-sms-on-login", "", "login", "Send SMS on login",
"Confirm to allow sending access code using 3rd party SMS gateway", "consent",
"This consent is required to give you the service.", "active", true, true);
"This consent is required to give you our service.", "active", true, true);
fmt.Printf("\nAPI Root token: %s\n\n", rootToken)
return db, rootToken, err
}