$form['name']['widget'][0]['value']['#description']="The name of the cloud service provider. The maximum number of characters allowed in the name is {$max_region_code_length}.";
$form['name']['widget'][0]['value']['#description']=t('The name of the cloud service provider. The maximum number of characters allowed in the name is %max_region_code_length.',[
thrownewEc2ServiceException($this->t('Failed to test createVolume() on getting a required parameter, AvailabilityZone, by calling getAvailabilityZones().'),
thrownewEc2ServiceException('Failed to test createVolume() on getting a required parameter, AvailabilityZone, by calling getAvailabilityZones().',
$form['name']['widget'][0]['value']['#description']="The name of the cloud service provider. The maximum number of characters allowed in the name is {$max_region_code_length}.";
$form['name']['widget'][0]['value']['#description']=t('The name of the cloud service provider. The maximum number of characters allowed in the name is %max_region_code_length.',[
@@ -39,7 +39,7 @@ class K8sNamespaceCreateForm extends K8sContentForm {
$form['namespace']['name']=[
'#type'=>'textfield',
'#title'=>$this->t('Name'),
'#description'=>"A lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc').",
'#description'=>$this->t("A lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc')."),