Commit ebbf8f60 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '28353-little-grammar-issue' into 'master'

Fix grammar issue in admin/runners

Closes #28353

See merge request !9344
parents 71377c1a 59010d8f
......@@ -56,7 +56,7 @@
= submit_tag 'Search', class: 'btn'
.pull-right.light
Runners with last contact less than a minute ago: #{@active_runners_cnt}
Runners with last contact more than a minute ago: #{@active_runners_cnt}
%br
......
---
title: Fix grammer issue in admin/runners
merge_request:
author:
......@@ -18,7 +18,7 @@ describe "Admin Runners" do
it 'has all necessary texts' do
expect(page).to have_text "To register a new Runner"
expect(page).to have_text "Runners with last contact less than a minute ago: 1"
expect(page).to have_text "Runners with last contact more than a minute ago: 1"
end
describe 'search' do
......
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