Merge branch 'main' into tooltips

This commit is contained in:
Drew Weymouth
2024-08-06 07:44:47 -07:00
committed by GitHub
10 changed files with 474 additions and 13 deletions
+1 -1
View File
@@ -708,7 +708,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