mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Remove space before exclamation mark in award alert
[ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user