fix(ui): use correct label for silence start time

This commit is contained in:
Łukasz Mierzwa
2019-04-22 19:24:58 +01:00
parent dfea73923c
commit 7b13499f2b
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ exports[`<Silence /> matches snapshot with expaned details 1`] = `
>
</path>
</svg>
Created
Started
<time datetime=\\"946720800000\\">
5 hours ago
</time>

View File

@@ -128,7 +128,7 @@ const SilenceDetails = ({
<div>
<span className="badge text-nowrap text-truncate px-1 mr-1">
<FontAwesomeIcon className="text-muted mr-1" icon={faCalendarCheck} />
Created <Moment fromNow>{silence.startsAt}</Moment>
Started <Moment fromNow>{silence.startsAt}</Moment>
</span>
<span
className={`badge ${expiresClass} text-nowrap text-truncate px-1 mr-1`}