Skip to content

Commit 844d466

Browse files
committed
Consolidate last updated status overview subheading ids
1 parent 9531655 commit 844d466

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: src/components/shared/Entity/Details/Logs/Status/Overview/ConnectorOverview.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function ConnectorOverview() {
2828
<Stack spacing={2} style={{ marginLeft: 14 }}>
2929
<ConnectorStatusDetail headerMessageId="details.ops.status.overview.connector.subheaderLastStatus" />
3030

31-
<ConnectorUpdatedDetail headerMessageId="details.ops.status.overview.connector.subheaderLastUpdated" />
31+
<ConnectorUpdatedDetail headerMessageId="details.ops.status.overview.generic.subheaderLastUpdated" />
3232
</Stack>
3333
</CardWrapper>
3434
</Grid>

Diff for: src/components/shared/Entity/Details/Logs/Status/Overview/ControllerOverview.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function ControllerOverview() {
2828
<Stack spacing={2} style={{ marginLeft: 14 }}>
2929
<ActivationDetail headerMessageId="details.ops.status.overview.controller.subheaderActivation" />
3030

31-
<ControllerUpdatedDetail headerMessageId="details.ops.status.overview.controller.subheaderLastUpdated" />
31+
<ControllerUpdatedDetail headerMessageId="details.ops.status.overview.generic.subheaderLastUpdated" />
3232
</Stack>
3333
</CardWrapper>
3434
</Grid>

Diff for: src/lang/en-US/Details.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ export const Details: Record<string, string> = {
2121
'details.ops.status.overview.autoDiscovery.subheaderRemoved': `Removed`,
2222
'details.ops.status.overview.connector.header': `Connector`,
2323
'details.ops.status.overview.connector.subheaderLastStatus': `Status`,
24-
'details.ops.status.overview.connector.subheaderLastUpdated': `Last Updated`,
2524
'details.ops.status.overview.controller.header': `Controller`,
2625
'details.ops.status.overview.controller.subheaderActivation': `Data Plane Activation`,
27-
'details.ops.status.overview.controller.subheaderLastUpdated': `Last Updated`,
26+
'details.ops.status.overview.generic.subheaderLastUpdated': `Last Updated`,
2827
'details.ops.status.overview.menuLabel.details': `View details`,
2928
'details.ops.status.overview.menuLabel.troubleshoot': `Contact support`,
3029
'details.ops.status.table.label': `Controller Status History Table`,

0 commit comments

Comments
 (0)