File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export class Instrument {
156156 } ,
157157 {
158158 pvaddress : `${ this . prefix } DAE:RUNDURATION` ,
159- human_readable_name : "Run time" ,
159+ human_readable_name : "Run time(s) " ,
160160 } ,
161161 { pvaddress : `${ this . prefix } DAE:PERIOD` , human_readable_name : "Period" } ,
162162 {
@@ -169,7 +169,7 @@ export class Instrument {
169169 } ,
170170 {
171171 pvaddress : `${ this . prefix } DAE:RUNDURATION_PD` ,
172- human_readable_name : "Period Run Time" ,
172+ human_readable_name : "Period Run Time(s) " ,
173173 } ,
174174 {
175175 pvaddress : `${ this . prefix } DAE:PERIODSEQ` ,
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ exports[`renders topbar unchanged 1`] = `
512512 <p
513513 class = " font-bold"
514514 >
515- Run time
515+ Run time(s)
516516 :
517517 </p >
518518
@@ -568,7 +568,7 @@ exports[`renders topbar unchanged 1`] = `
568568 <p
569569 class = " font-bold"
570570 >
571- Period Run Time
571+ Period Run Time(s)
572572 :
573573 </p >
574574
You can’t perform that action at this time.
0 commit comments