From d043c6dfe3e7be88a322d509648a08a41c4387ad Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Fri, 20 Sep 2024 08:29:43 -0600 Subject: [PATCH] Fixed Roundcube Name --- cmd/web/app-links.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/web/app-links.go b/cmd/web/app-links.go index d0986f3..9884353 100644 --- a/cmd/web/app-links.go +++ b/cmd/web/app-links.go @@ -73,8 +73,8 @@ func getStarterLinks(baseUri string) []AppLink { DocumentationUrl: "https://doc.powerdns.com/", }, { - Title: "Web Mail", - Description: "Email", + Title: "Roundcube", + Description: "Web Mail", Image: "/static/img/roundcube.png", Url: "https://roundcube." + baseUri, LDAP: true,