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 0dfddd2 commit ae5b22fCopy full SHA for ae5b22f
src/app/modules/shared/internal-app-constants.ts
@@ -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
@@ -2,3 +2,4 @@ export const INFO_SAVED_SUCCESSFULLY = 'The data has been saved successfully';
export const INFO_DELETE_SUCCESSFULLY = 'The data has been deleted successfully';
3
export const UNEXPECTED_ERROR = 'An unexpected error happened, please try again later';
4
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