From 5a30a1eae6ea7a9d0bdb44ed92885656f8a0b0f0 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 15 Sep 2016 19:27:49 -0700 Subject: Fix spelling: sucessfully -> successfully Originally from gitlab-org/gitlab-ee!682 --- app/views/profiles/update_username.js.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') 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") -- cgit v1.2.1