diff options
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/app-constants.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/constants/app-constants.ts b/src/constants/app-constants.ts index 2baa1d7..290d299 100644 --- a/src/constants/app-constants.ts +++ b/src/constants/app-constants.ts @@ -32,7 +32,9 @@ export const appConstants = { "noValidTemplateIdentifierError": "Select a valid Template Identifier", "noAction&VNFTypeInRDscreenError": "Please enter Action and VNF type in Reference Data screen", "connectionError": "Error in connecting to APPC Server", - "multipleFileUploadError" : "Cannot upload multiple files on the entry" + "multipleFileUploadError" : "Cannot upload multiple files on the entry", + "notTxtFileError" : "Uploaded file is not a TXT file", + "notYAMLFileError" : "Uploaded file is not a YAML file" }, "tabs": [ { |