Skip to content

Commit

Permalink
update i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 21, 2019
1 parent 37332b0 commit e360cdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ export const MonitorStatusRow = ({ locationNames, status }: MonitorStatusRowProp
{status === UP ? (
<FormattedMessage
id="xpack.uptime.monitorList.drawer.locations.statusUp"
defaultMessage={`Up in {locations}`}
defaultMessage="Up in {locations}"
values={{ locations }}
/>
) : (
<FormattedMessage
id="xpack.uptime.monitorList.drawer.locations.statusDown"
defaultMessage={`Down in {locations}`}
defaultMessage="Down in {locations}"
values={{ locations }}
/>
)}
Expand Down

0 comments on commit e360cdd

Please sign in to comment.