Commit bfe91b69 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove space before exclamation mark in award alert

[ci skip]
parent 176d6e2a
...@@ -113,7 +113,7 @@ class @Notes ...@@ -113,7 +113,7 @@ class @Notes
renderNote: (note) -> renderNote: (note) ->
unless note.valid unless note.valid
if note.award if note.award
flash = new Flash('You have already used this award emoji !', 'alert') flash = new Flash('You have already used this award emoji!', 'alert')
flash.pin() flash.pin()
return return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment