Skip to content

Commit ae66c8c

Browse files
committed
chore: update error message
1 parent 5ea9381 commit ae66c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constantMessaging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const ERROR_MESSAGE_FOR_VALIDATION =
9595
export const CHARACTER_ERROR_MIN = 'At least 2 characters required'
9696
export const CHARACTER_ERROR_MAX = 'Max 50 characters allowed'
9797
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.`
98+
export const RESERVED_DIRECTORY_PATH_MSG = `Path cannot start with '${RESERVED_OUTPUT_DIRECTORY_PATH}' as it is reserved.`
9999

100100
export const CustomErrorMessage = {
101101
CUSTOM_TAG_ERROR_MSG:

0 commit comments

Comments
 (0)