diff --git a/src/components/RoutingHistoryModal.vue b/src/components/RoutingHistoryModal.vue index 98c5e80..f2e4126 100644 --- a/src/components/RoutingHistoryModal.vue +++ b/src/components/RoutingHistoryModal.vue @@ -12,7 +12,7 @@ - +

{{ routingName }}

{{ groupName }}

diff --git a/src/locales/en.json b/src/locales/en.json index bb50de0..f636a37 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -79,6 +79,7 @@ "No available history for this group": "No available history for this group", "No available history for this route": "No available history for this route", "No archived routings": "No archived routings", + "No run history": "No run history", "No runs scheduled": "No runs scheduled", "No time zone found": "No time zone found", "OMS": "OMS", diff --git a/src/views/BrokeringRoute.vue b/src/views/BrokeringRoute.vue index 27646da..d9f3ce4 100644 --- a/src/views/BrokeringRoute.vue +++ b/src/views/BrokeringRoute.vue @@ -36,7 +36,7 @@ {{ translate("Last run") }} - {{ routingHistory[routing.orderRoutingId] ? getDateAndTimeShort(routingHistory[routing.orderRoutingId][0].startDate) : "-" }} + {{ routingHistory[routing.orderRoutingId] ? getDateAndTimeShort(routingHistory[routing.orderRoutingId][0].startDate) : translate("No run history") }}