We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea9381 commit ae66c8cCopy full SHA for ae66c8c
src/config/constantMessaging.ts
@@ -95,7 +95,7 @@ export const ERROR_MESSAGE_FOR_VALIDATION =
95
export const CHARACTER_ERROR_MIN = 'At least 2 characters required'
96
export const CHARACTER_ERROR_MAX = 'Max 50 characters allowed'
97
export const PROJECT_EXIST_MSG = 'This Project already exists.'
98
-export const RESERVED_DIRECTORY_PATH_MSG = `Path cannot start with ${RESERVED_OUTPUT_DIRECTORY_PATH} as it is reserved.`
+export const RESERVED_DIRECTORY_PATH_MSG = `Path cannot start with '${RESERVED_OUTPUT_DIRECTORY_PATH}' as it is reserved.`
99
100
export const CustomErrorMessage = {
101
CUSTOM_TAG_ERROR_MSG:
0 commit comments