File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 891891 }
892892 },
893893 "Ebs" : {
894- "existing" : " EBS ID" ,
894+ "existing" : {
895+ "label" : " EBS ID" ,
896+ "placeholder" : " i.e., vol-1234"
897+ },
895898 "volumeType" : {
896899 "label" : " Volume type" ,
897900 "placeholder" : " Default ({{defaultVolumeType}})"
Original file line number Diff line number Diff line change @@ -1048,12 +1048,12 @@ function StorageInstance({index}: any) {
10481048 {
10491049 Ebs : (
10501050 < FormField
1051- label = { t ( 'wizard.storage.Ebs.existing' ) }
1051+ label = { t ( 'wizard.storage.Ebs.existing.label ' ) }
10521052 errorText = { existingPathError }
10531053 >
10541054 < Input
10551055 placeholder = { t (
1056- 'wizard.storage.instance.useExisting .placeholder' ,
1056+ 'wizard.storage.Ebs.existing .placeholder' ,
10571057 ) }
10581058 value = { existingId }
10591059 onChange = { ( { detail} ) => {
You can’t perform that action at this time.
0 commit comments