Skip to content

Commit 320b1ca

Browse files
committed
PR review for error messages
Signed-off-by: Sameer Shaikh <[email protected]>
1 parent fb755c9 commit 320b1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/messages/messages_en.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ var messagesEn = map[string]util.Message{
175175
Description: "Unable to fetch list of subnet.",
176176
Type: util.RetrivalFailed,
177177
RC: 500,
178-
Action: "Unable to list subnet. Target to appropriate region 'ibmcloud target -r <region>' and verify if 'ibmcloud is subnets' is returning the subnets. If it is not returning then raise ticket for VPC team else raise ticket for IKS team.",
178+
Action: "Unable to list subnets. Target to appropriate region 'ibmcloud target -r <region>' and verify if 'ibmcloud is subnets' is returning the subnets. If it is not returning then raise ticket for VPC team else raise ticket for IKS team.",
179179
},
180180
"SubnetFindFailedWithZoneAndSubnetID": {
181181
Code: "SubnetFindFailedWithZoneAndSubnetID",

0 commit comments

Comments
 (0)