summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-05 22:18:13 +0100
committerGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-05 22:18:13 +0100
commitbfe91b692a89f7a5ee8a0b044fabf5ec397b2904 (patch)
tree051edc1c514c867c7c0451b29d67b70fe59e7391
parent176d6e2a8ff97a33d533495aa3a2775dbb87284f (diff)
downloadgitlab-ce-bfe91b692a89f7a5ee8a0b044fabf5ec397b2904.tar.gz
Remove space before exclamation mark in award alert
[ci skip]
-rw-r--r--app/assets/javascripts/notes.js.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes.js.coffee b/app/assets/javascripts/notes.js.coffee
index 4f559e86378..dd6cbcfc70b 100644
--- a/app/assets/javascripts/notes.js.coffee
+++ b/app/assets/javascripts/notes.js.coffee
@@ -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