Skip to content

Commit 924d5ec

Browse files
committed
Respond to Atif's review comments
Signed-off-by: Keith Chong <kykchong@redhat.com>
1 parent 80cba47 commit 924d5ec

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

locales/en/plugin__gitops-public.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"Open URL": "Open URL",
77
"Edit": "Edit",
88
"Rollouts in the Topology View is under tech preview": "Rollouts in the Topology View is under tech preview",
9+
"Rollout": "Rollout",
910
"Name": "Name",
1011
"Namespace": "Namespace",
1112
"Annotations": "Annotations",

locales/ja/plugin__gitops-public.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"Open URL": "Open URL",
77
"Edit": "Edit",
88
"Rollouts in the Topology View is under tech preview": "Rollouts in the Topology View is under tech preview",
9+
"Rollout": "Rollout",
910
"Name": "Name",
1011
"Namespace": "Namespace",
1112
"Annotations": "Annotations",

locales/ko/plugin__gitops-public.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"Open URL": "Open URL",
77
"Edit": "Edit",
88
"Rollouts in the Topology View is under tech preview": "Rollouts in the Topology View is under tech preview",
9+
"Rollout": "Rollout",
910
"Name": "Name",
1011
"Namespace": "Namespace",
1112
"Annotations": "Annotations",

locales/zh/plugin__gitops-public.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"Open URL": "Open URL",
77
"Edit": "Edit",
88
"Rollouts in the Topology View is under tech preview": "Rollouts in the Topology View is under tech preview",
9+
"Rollout": "Rollout",
910
"Name": "Name",
1011
"Namespace": "Namespace",
1112
"Annotations": "Annotations",

src/gitops/topology/sidebar/DeploymentSideBarDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export const DeploymentSideBarDetails: React.FC<DeploymentSideBarDetailsProps> =
247247
'plugin__gitops-public~Rollouts in the Topology View is under tech preview',
248248
)}
249249
/>
250-
<SidebarSectionHeading text={'Rollout'} />
250+
<SidebarSectionHeading text={t('plugin__gitops-public~Rollout')} />
251251
</div>
252252
</div>
253253
<div className="overview__sidebar-pane-body resource-overview__body">

0 commit comments

Comments
 (0)