Skip to content

Commit 4590633

Browse files
dinxshl-hellmann
authored andcommitted
fix(vpn): added support link, mail & discord link
1 parent 38b89e0 commit 4590633

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/i18n/en.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ at https://docs.zerops.io/references/cli for further details.`,
214214
VpnDisconnectionPromptNo: "VPN is active, you can disconnect using the 'zcli vpn down' command",
215215
VpnCheckingConnection: "Checking VPN connection",
216216
VpnPingFailed: fmt.Sprintf("Wireguard adapter was created, but we are not able to establish a connection,"+
217-
"this could indicate a problem on our side. Please contact our support team %s or join our discord %s.", CustomerSupportLink, DiscordCommunityLink),
217+
"this could indicate a problem on our side. Please contact our support team via %s, %s or join our discord %s.", CustomerSupportLink, CustomerSupportEmail, DiscordCommunityLink),
218218

219219
// vpn down
220220
CmdHelpVpnDown: "the vpn down command.",

src/i18n/i18n.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ func T(textConst string, args ...interface{}) string {
1313
return translation
1414
}
1515

16-
const CustomerSupportLink = "support@zerops.io"
16+
const CustomerSupportLink = "https://support.zerops.io"
17+
const CustomerSupportEmail = "support@zerops.io"
1718
const DiscordCommunityLink = "https://discord.com/invite/WDvCZ54"
1819

1920
const (

0 commit comments

Comments
 (0)