Fix small typo

[ci skip]
parent f4adb36a
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
%span.help-block Primary node %span.help-block Primary node
- else - else
%p %p
%span.help-block= "Repositorie synced: #{number_to_percentage(node.repositories_synced, precision: 0)}" %span.help-block= "Repositories synced: #{number_to_percentage(node.repositories_synced, precision: 0)}"
%p %p
%span.help-block= "Repositorie failed: #{node.repositories_failed}" %span.help-block= "Repositories failed: #{node.repositories_failed}"
%p %p
%span.help-block= node.healthy? ? 'No Health Problems Detected' : node.health %span.help-block= node.healthy? ? 'No Health Problems Detected' : node.health
......
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