summaryrefslogtreecommitdiff
path: root/app/views/profiles/update_username.js.haml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-09-15 19:27:49 -0700
committerStan Hu <stanhu@gmail.com>2016-09-15 19:27:49 -0700
commit5a30a1eae6ea7a9d0bdb44ed92885656f8a0b0f0 (patch)
tree0db673cc1deaf268f458e333c5d13b4f8f17b582 /app/views/profiles/update_username.js.haml
parent5c8f0065871fcb5ea6e053f374f6b5fae2b5d398 (diff)
downloadgitlab-ce-5a30a1eae6ea7a9d0bdb44ed92885656f8a0b0f0.tar.gz
Fix spelling: sucessfully -> successfully
Originally from gitlab-org/gitlab-ee!682
Diffstat (limited to 'app/views/profiles/update_username.js.haml')
-rw-r--r--app/views/profiles/update_username.js.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/update_username.js.haml b/app/views/profiles/update_username.js.haml
index 249680bcab6..de1337a2a24 100644
--- a/app/views/profiles/update_username.js.haml
+++ b/app/views/profiles/update_username.js.haml
@@ -1,6 +1,6 @@
- if @user.valid?
:plain
- new Flash("Username sucessfully changed", "notice")
+ new Flash("Username successfully changed", "notice")
- else
:plain
new Flash("Username change failed - #{@user.errors.full_messages.first}", "alert")