diff --git a/CommonUI/src/Components/ErrorBoundary.tsx b/CommonUI/src/Components/ErrorBoundary.tsx index a41d553873..fa37e16754 100644 --- a/CommonUI/src/Components/ErrorBoundary.tsx +++ b/CommonUI/src/Components/ErrorBoundary.tsx @@ -36,7 +36,7 @@ const ErrorBoundary: FunctionComponent = ( }} >
- An unexpected error has occured. Please reload the page to + An unexpected error has occurred. Please reload the page to continue
diff --git a/Model/Models/UserNotificationRule.ts b/Model/Models/UserNotificationRule.ts index 84da9960a3..e698cb4fba 100644 --- a/Model/Models/UserNotificationRule.ts +++ b/Model/Models/UserNotificationRule.ts @@ -400,7 +400,7 @@ class UserNotificationRule extends BaseModel { canReadOnRelationQuery: true, title: 'Notify After Minutes', description: - 'How long should we wait before sending a notification to the user after the event has occured?', + 'How long should we wait before sending a notification to the user after the event has occurred?', }) @Column({ type: ColumnType.Number,