diff --git a/helper/src/components/clusterTab.js b/helper/src/components/clusterTab.js index 0743e636e..7916abd5c 100644 --- a/helper/src/components/clusterTab.js +++ b/helper/src/components/clusterTab.js @@ -79,7 +79,7 @@ export default function ({ defaults, tabValues, updateFn, featureFlag, invalidAr selectedKey={cluster.AksPaidSkuForSLA} options={[ { key: false, text: 'Free clusters with a service level objective (SLO) of 99.5%' }, - { key: true, text: 'Uptime SLA guarantees 99.95% availability of the Kubernetes API server endpoint' } + { key: true, text: 'Uptime SLA: 99.9% availability for the Kubernetes API server for clusters without Availability zones.' } ]} onChange={(ev, { key }) => updateFn("AksPaidSkuForSLA", key)} />