Skip to content

Commit

Permalink
fix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 11, 2024
1 parent 95ecd6a commit bf4bf94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/utils/channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface IChannelDefinition {

export const CHANNEL_TYPE_TO_STRING: Record<ChannelTypeEnum, string> = {
[ChannelTypeEnum.IN_APP]: 'In-App',
[ChannelTypeEnum.EMAIL]: 'E-Mail',
[ChannelTypeEnum.EMAIL]: 'EMail',
[ChannelTypeEnum.SMS]: 'SMS',
[ChannelTypeEnum.CHAT]: 'Chat',
[ChannelTypeEnum.PUSH]: 'Push',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ export const novuInAppConfig: IConfigCredentials[] = [
type: 'switch',
required: false,
tooltip: {
text: ' active it verifies if a request is performed by a specific user',
text: 'When active it verifies if a request is performed by a specific user',
when: false,
},
},
Expand Down

0 comments on commit bf4bf94

Please sign in to comment.