This commit is contained in:
Drew Weymouth
2024-07-31 16:39:20 -07:00
committed by GitHub
parent d630822648
commit d4c1112f96
+1 -1
View File
@@ -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