This commit is contained in:
Carl Downing
2023-07-30 14:57:43 -07:00
parent 70f2bd4586
commit ea8dc010f5
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ const ErrorBoundary: FunctionComponent<ComponentProps> = (
}}
>
<div>
An unexpected error has occured. Please reload the page to
An unexpected error has occurred. Please reload the page to
continue
</div>
</div>

View File

@@ -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,