diff --git a/src/bunker.go b/src/bunker.go index 3792805..a562df6 100644 --- a/src/bunker.go +++ b/src/bunker.go @@ -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 }