Skip to content

Commit

Permalink
Merge pull request #64 from Gerhut/patch-1
Browse files Browse the repository at this point in the history
Fix redundant percentages
  • Loading branch information
AnandChowdhary authored Nov 23, 2020
2 parents 6f8edcd + 4937279 commit 84aac18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Summary.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</h1>
<dl>
<dt>{config.i18n.overallUptimeTitle}</dt>
<dd>{summary.uptime}%</dd>
<dd>{summary.uptime}</dd>
<dt>{config.i18n.averageResponseTimeTitle}</dt>
<dd>{summary.time}{config.i18n.ms}</dd>
</dl>
Expand Down

0 comments on commit 84aac18

Please sign in to comment.