Skip to content

Commit 6017f00

Browse files
committed
fix(FR-568): remove whitespace and update CoolDown text in autoscaling UI (#3189)
resolves #1234 (FR-568) Update "Cool Down Seconds" translation to "CoolDown Seconds" to align with standard industry terminology. **Checklist:** - [ ] Documentation - [ ] Minimum required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
1 parent eabdb8f commit 6017f00

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

react/src/pages/EndpointDetailPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,6 @@ const EndpointDetailPage: React.FC<EndpointDetailPageProps> = () => {
787787
</Flex>
788788
),
789789
},
790-
791790
{
792791
title: t('autoScalingRule.StepSize'),
793792
dataIndex: 'step_size',

resources/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@
17791779
"MetricSource": "Metric Source",
17801780
"MetricName": "Metric Name",
17811781
"Comparator": "Comparator",
1782-
"CoolDownSeconds": "Cool Down Seconds",
1782+
"CoolDownSeconds": "CoolDown Seconds",
17831783
"MinReplicas": "Min Replicas",
17841784
"MaxReplicas": "Max Replicas",
17851785
"Threshold": "Threshold",

0 commit comments

Comments
 (0)