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