Commit 250f1cde authored by James Ramsay's avatar James Ramsay

Fix incorrect role name in mirroring error

parent 45027faa
......@@ -9,7 +9,7 @@
- if @project.mirror_hard_failed?
%br
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project admin.
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project master.
- if @project.mirror_ever_updated_successfully?
%br
......
......@@ -56,7 +56,7 @@ describe 'shared/_mirror_status.html.haml' do
render 'shared/mirror_status', raw_message: true
expect(rendered).to have_content("Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project admin.")
expect(rendered).to have_content("Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project master.")
end
end
end
......
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