mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
occured
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user