Skip to content

Commit 313a972

Browse files
committed
make run time and period run time use (s) for now
1 parent 05eeea8 commit 313a972

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/components/Instrument.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`,

app/components/__snapshots__/TopBar.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)