Skip to content

Commit

Permalink
rebase typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 7, 2022
1 parent 84a6b99 commit 2d059bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Shared/Services/NotificationChannel.service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const messageKeys = new Map([
} as NotificationMessageMapper
],
[
NotificationCategory.ActiveRecordingDeleted, {
NotificationCategory.ArchivedRecordingDeleted, {
variant: AlertVariant.success,
title: 'Recording Deleted',
body: evt => `${evt.message.recording.name} was deleted`
Expand Down

0 comments on commit 2d059bc

Please sign in to comment.