Commit 2307eb84 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-typos' into 'master'

Fix spelling: sucessfully -> successfully

Originally from gitlab-org/gitlab-ee!682

See merge request !6376
parents 6c168d40 5a30a1ea
......@@ -74,7 +74,7 @@ class Projects::BuildsController < Projects::ApplicationController
def erase
@build.erase(erased_by: current_user)
redirect_to namespace_project_build_path(project.namespace, project, @build),
notice: "Build has been sucessfully erased!"
notice: "Build has been successfully erased!"
end
def raw
......
- 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")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment