@@ -172,10 +172,10 @@ var messagesEn = map[string]util.Message{
172
172
},
173
173
"ListSubnetsFailed" : {
174
174
Code : "ListSubnetsFailed" ,
175
- Description : "Unable to fetch list of subnets ." ,
175
+ Description : "Unable to fetch list of subnet ." ,
176
176
Type : util .RetrivalFailed ,
177
177
RC : 500 ,
178
- Action : "Unable to list subnets . Run 'ibmcloud is subnets' to list available subnets in your account." ,
178
+ Action : "Unable to list subnet . Run 'ibmcloud is subnets' to list available subnets in your account." ,
179
179
},
180
180
"NextSubnetPageParsingError" : {
181
181
Code : "NextSubnetPageParsingError" ,
@@ -200,10 +200,10 @@ var messagesEn = map[string]util.Message{
200
200
},
201
201
"ListSecurityGroupsFailed" : {
202
202
Code : "ListSecurityGroupsFailed" ,
203
- Description : "Unable to fetch list of securityGroups ." ,
203
+ Description : "Unable to fetch list of securityGroup ." ,
204
204
Type : util .RetrivalFailed ,
205
205
RC : 500 ,
206
- Action : "Unable to list securityGroups . Run 'ibmcloud is securityGroups' to list available securityGroups in your account." ,
206
+ Action : "Unable to list securityGroup . Run 'ibmcloud is securityGroups' to list available securityGroups in your account." ,
207
207
},
208
208
"NextSecurityGroupPageParsingError" : {
209
209
Code : "NextSecurityGroupPageParsingError" ,
0 commit comments