Skip to content

Commit

Permalink
Fix #446
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Jul 31, 2024
1 parent d630822 commit d4c1112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4c1112

Please sign in to comment.