Skip to content

Commit

Permalink
plural typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zincarla committed Mar 7, 2021
1 parent 4d2f335 commit 7e092cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/collectionimagerouter.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func CollectionImageRouter(responseWriter http.ResponseWriter, request *http.Req
break //Cancel remove
}
go WriteAuditLogByName(TemplateInput.UserInformation.Name, "REMOVE-COLLECTIONMEMBER", TemplateInput.UserInformation.Name+" removed image from collection. "+request.FormValue("ImageID")+" from "+request.FormValue("ID")+", "+CollectionInfo.Name)
TemplateInput.Message += "Successfully remove image from collection. "
TemplateInput.Message += "Successfully removed image from collection. "
}
case "addcollectionmember":
//Get Image ID
Expand Down

0 comments on commit 7e092cd

Please sign in to comment.