diff options
author | Grzegorz Bizon <grzegorz.bizon@ntsn.pl> | 2015-12-05 22:18:13 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzegorz.bizon@ntsn.pl> | 2015-12-05 22:18:13 +0100 |
commit | bfe91b692a89f7a5ee8a0b044fabf5ec397b2904 (patch) | |
tree | 051edc1c514c867c7c0451b29d67b70fe59e7391 /app | |
parent | 176d6e2a8ff97a33d533495aa3a2775dbb87284f (diff) | |
download | gitlab-ce-bfe91b692a89f7a5ee8a0b044fabf5ec397b2904.tar.gz |
Remove space before exclamation mark in award alert
[ci skip]
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/notes.js.coffee | 2 |
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 |