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

Fix incorrect role name in mirroring error

parent 45027faa
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
- if @project.mirror_hard_failed? - if @project.mirror_hard_failed?
%br %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? - if @project.mirror_ever_updated_successfully?
%br %br
......
...@@ -56,7 +56,7 @@ describe 'shared/_mirror_status.html.haml' do ...@@ -56,7 +56,7 @@ describe 'shared/_mirror_status.html.haml' do
render 'shared/mirror_status', raw_message: true 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 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