From d4c1112f960a935e48bc3d02974d38446f25335d Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Wed, 31 Jul 2024 16:39:20 -0700 Subject: [PATCH] Fix #446 --- ui/controller/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/controller/controller.go b/ui/controller/controller.go index ac75c1b..b4dd743 100644 --- a/ui/controller/controller.go +++ b/ui/controller/controller.go @@ -694,7 +694,7 @@ func (c *Controller) createShareURL(id string) (*url.URL, error) { if err != nil { log.Printf("error creating share URL: %v", err) c.showError( - "Failed to share content. This commonly occurs when the server does not support sharing," + + "Failed to share content. This commonly occurs when the server does not support sharing, " + "or has the feature disabled.\nPlease check the server's settings and try again.", ) return nil, err