Remove space before exclamation mark in award alert

[ci skip]
This commit is contained in:
Grzegorz Bizon 2015-12-05 22:18:13 +01:00
parent 176d6e2a8f
commit bfe91b692a
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class @Notes
renderNote: (note) ->
unless note.valid
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()
return