From 48703567e2e23dd6aa99ab3c678a2998076ec4e5 Mon Sep 17 00:00:00 2001 From: DDRosenxt Date: Mon, 27 May 2024 11:23:08 +0200 Subject: [PATCH] fix syntax error resourcetypes.json validtext syntax error --- src/repository/resourcetypes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository/resourcetypes.json b/src/repository/resourcetypes.json index 4bd7cda6..9b9d6925 100644 --- a/src/repository/resourcetypes.json +++ b/src/repository/resourcetypes.json @@ -6355,7 +6355,7 @@ "scope": "security group", "lengthMin": "3", "lengthMax": "90", - "validText": ""Contains alphanumerics and hyphens.", + "validText": "Contains alphanumerics and hyphens.", "invalidText": "Can't start or end with hyphen.", "invalidCharacters": "", "invalidCharactersStart": "-",