Skip to content

Commit ae5b22f

Browse files
feat: TTL-887 move constants to a shared file
1 parent 0dfddd2 commit ae5b22f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export const INTERNAL_APP_STRING = 'ioet';
2+
export const PROJECT_NAME_TO_SKIP = ['English Lessons', 'Safari Books'];

src/app/modules/shared/messages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ export const INFO_SAVED_SUCCESSFULLY = 'The data has been saved successfully';
22
export const INFO_DELETE_SUCCESSFULLY = 'The data has been deleted successfully';
33
export const UNEXPECTED_ERROR = 'An unexpected error happened, please try again later';
44
export const PROJECT_DEACTIVATED_SUCCESSFULLY = 'The project has been inactivated successfully';
5+
export const EMPTY_FIELDS_ERROR_MESSAGE = 'Make sure to add a description and/or ticket number when working on an internal app.';

0 commit comments

Comments
 (0)