diff --git a/DashboardAPI/Index.ts b/DashboardAPI/Index.ts index a5e2006964..c32dc4d314 100755 --- a/DashboardAPI/Index.ts +++ b/DashboardAPI/Index.ts @@ -335,7 +335,7 @@ import OnCallDutyPolicyCustomFieldService, { Service as OnCallDutyPolicyCustomFieldServiceType, } from 'CommonServer/Services/OnCallDutyPolicyCustomFieldService'; -import UserNotificaitonLogTimelineAPI from 'CommonServer/API/UserOnCallLogTimelineAPI'; +import UserNotificationLogTimelineAPI from 'CommonServer/API/UserOnCallLogTimelineAPI'; import UserOnCallLog from 'Model/Models/UserOnCallLog'; import UserOnCallLogService, { @@ -759,7 +759,7 @@ app.use( app.use(`/${APP_NAME.toLocaleLowerCase()}`, new StatusPageAPI().getRouter()); app.use( `/${APP_NAME.toLocaleLowerCase()}`, - new UserNotificaitonLogTimelineAPI().getRouter() + new UserNotificationLogTimelineAPI().getRouter() ); app.use(`/${APP_NAME.toLocaleLowerCase()}`, new UserCallAPI().getRouter()); app.use(`/${APP_NAME.toLocaleLowerCase()}`, new UserEmailAPI().getRouter()); diff --git a/HelmChart/public/oneuptime/values.yaml b/HelmChart/public/oneuptime/values.yaml index 3534a03eaa..e72ce87753 100644 --- a/HelmChart/public/oneuptime/values.yaml +++ b/HelmChart/public/oneuptime/values.yaml @@ -227,7 +227,7 @@ backendProtocol: # Status page CNAME to display whcih customers will set on the cusom domain tab of status page. statusPageDomain: -# Push notificaitons. +# Push Notifications. # Generate public and pivate key for push notifications. # These are just the test keys. # You can generate them by: diff --git a/Model/Models/Project.ts b/Model/Models/Project.ts index 200493c19b..5a6cfb0137 100644 --- a/Model/Models/Project.ts +++ b/Model/Models/Project.ts @@ -592,7 +592,7 @@ export default class Model extends TenantModel { isDefaultValueColumn: true, type: TableColumnType.Boolean, title: 'Enable SMS Notifications', - description: 'Enable SMS notificaitons for this project.', + description: 'Enable SMS notifications for this project.', }) @Column({ nullable: false, @@ -618,7 +618,7 @@ export default class Model extends TenantModel { isDefaultValueColumn: true, type: TableColumnType.Boolean, title: 'Enable Call Notifications', - description: 'Enable call notificaitons for this project.', + description: 'Enable call notifications for this project.', }) @Column({ nullable: false,