From 52def8f5abeb02e0ccb428bef9e3117f593bb976 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 May 2021 08:47:31 +0000 Subject: [PATCH] change english messages --- src/bunker.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }