Skip to content

Commit 2023265

Browse files
committed
feat(matrix ui): rename "rows" to "results"
1 parent 011d7c9 commit 2023265

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/pact_broker/ui/views/matrix/show.haml

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353
.input-group
5454
%input{type: 'radio', name: "latestby", class: '', value: 'cvpv', id: 'cvpv', checked: options.cvpv_checked}
5555
%label{for: 'cvpv'}
56-
Show latest row for each consumer version/provider version
56+
Show latest result for each consumer version/provider version
5757
%div
5858
.input-group
5959
%input{type: 'radio', name: "latestby", class: '', value: 'cvp', id: 'cvp', checked: options.cvp_checked}
6060
%label{for: 'cvp'}
61-
Show latest row for each consumer version/provider
61+
Show latest result for each consumer version/provider
6262
%div
6363
.input-group
6464
%input{type: 'radio', name: "latestby", class: '', value: '', id: 'all_rows', checked: options.all_rows_checked}
6565
%label{for: 'all_rows'}
66-
Show all rows
66+
Show all results
6767
%div.top-of-group
6868
%label{for: "limit"}
6969
Limit
@@ -73,14 +73,14 @@
7373

7474

7575
%p{style: 'text-align:right'}
76-
= "#{lines.size} lines"
76+
= "#{lines.size} rows"
7777
%table.table.table-bordered.table-striped{id: 'matrix'}
7878
%thead
7979
%th.consumer
8080
= "Consumer"
8181
%span.glyphicon.glyphicon-sort.sort
8282
%th.consumer-version
83-
= "Version"
83+
= "Consumer Version"
8484
%span.glyphicon.glyphicon-sort.sort
8585
%th.pact-published
8686
= "Pact Published"
@@ -89,7 +89,7 @@
8989
= "Provider"
9090
%span.glyphicon.glyphicon-sort.sort
9191
%th.provider-version
92-
= "Version"
92+
= "Provider Version"
9393
%span.glyphicon.glyphicon-sort.sort
9494
%th.verification-result
9595
Pact verified

0 commit comments

Comments
 (0)