Skip to content
Prev Previous commit
Next Next commit
feat: TTL-887 move constants to a shared file
  • Loading branch information
Santiago220991 committed May 31, 2023
commit ae5b22f899bab1becc55ea90d66ef946c8e170fb
2 changes: 2 additions & 0 deletions src/app/modules/shared/internal-app-constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const INTERNAL_APP_STRING = 'ioet';
export const PROJECT_NAME_TO_SKIP = ['English Lessons', 'Safari Books'];
1 change: 1 addition & 0 deletions src/app/modules/shared/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
export const UNEXPECTED_ERROR = 'An unexpected error happened, please try again later';
export const PROJECT_DEACTIVATED_SUCCESSFULLY = 'The project has been inactivated successfully';
export const EMPTY_FIELDS_ERROR_MESSAGE = 'Make sure to add a description and/or ticket number when working on an internal app.';