File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1449,7 +1449,7 @@ func ChangeIssueReaction(ctx *context.Context, form auth.ReactionForm) {
1449
1449
switch ctx .Params (":action" ) {
1450
1450
case "react" :
1451
1451
if ! util .IsStringInSlice (form .Content , setting .UI .Reactions ) {
1452
- log .Error ("ChangeIssueReaction: Reaction '%s' is no allowed reaction" , form .Content )
1452
+ log .Error ("ChangeIssueReaction: '%s' is not an allowed reaction" , form .Content )
1453
1453
return
1454
1454
}
1455
1455
@@ -1549,7 +1549,7 @@ func ChangeCommentReaction(ctx *context.Context, form auth.ReactionForm) {
1549
1549
switch ctx .Params (":action" ) {
1550
1550
case "react" :
1551
1551
if ! util .IsStringInSlice (form .Content , setting .UI .Reactions ) {
1552
- log .Error ("ChangeIssueReaction: Reaction '%s' is no allowed reaction" , form .Content )
1552
+ log .Error ("ChangeIssueReaction: '%s' is not an allowed reaction" , form .Content )
1553
1553
return
1554
1554
}
1555
1555
You can’t perform that action at this time.
0 commit comments