diff --git a/pkg/rancher-desktop/assets/translations/en-us.yaml b/pkg/rancher-desktop/assets/translations/en-us.yaml index 8c663b80590..87f157b4c3b 100644 --- a/pkg/rancher-desktop/assets/translations/en-us.yaml +++ b/pkg/rancher-desktop/assets/translations/en-us.yaml @@ -194,13 +194,12 @@ containers: noRows: There are no containers to show manage: table: - showMore: more... header: state: State containerName: Name image: Image ports: Port(s) - started: Started + started: Uptime actions: Actions images: diff --git a/pkg/rancher-desktop/pages/Containers.vue b/pkg/rancher-desktop/pages/Containers.vue index d6bc554800e..6ad745b5f83 100644 --- a/pkg/rancher-desktop/pages/Containers.vue +++ b/pkg/rancher-desktop/pages/Containers.vue @@ -1,6 +1,7 @@