Skip to content

Commit e360cdd

Browse files
committed
update i18n
1 parent 37332b0 commit e360cdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer

x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_status_row.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ export const MonitorStatusRow = ({ locationNames, status }: MonitorStatusRowProp
4646
{status === UP ? (
4747
<FormattedMessage
4848
id="xpack.uptime.monitorList.drawer.locations.statusUp"
49-
defaultMessage={`Up in {locations}`}
49+
defaultMessage="Up in {locations}"
5050
values={{ locations }}
5151
/>
5252
) : (
5353
<FormattedMessage
5454
id="xpack.uptime.monitorList.drawer.locations.statusDown"
55-
defaultMessage={`Down in {locations}`}
55+
defaultMessage="Down in {locations}"
5656
values={{ locations }}
5757
/>
5858
)}

0 commit comments

Comments
 (0)