mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-03 04:50:14 +08:00
fix (grammar): grammar issues #567
This commit is contained in:
@ -182,8 +182,8 @@ func _extractShare(req *http.Request) (Share, error) {
|
||||
return Share{}, nil
|
||||
}
|
||||
if Config.Get("features.share.enable").Bool() == false {
|
||||
Log.Debug("Share feature isn't enable, contact your administrator")
|
||||
return Share{}, NewError("Feature isn't enable, contact your administrator", 405)
|
||||
Log.Debug("Share feature isn't enabled, contact your administrator")
|
||||
return Share{}, NewError("Feature isn't enabled, contact your administrator", 405)
|
||||
}
|
||||
|
||||
s, err := model.ShareGet(share_id)
|
||||
|
||||
Reference in New Issue
Block a user