mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
change english messages
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user