Skip to content

Commit

Permalink
Merge pull request #468 from intersective/bugfix/CORE-6719/typo-issue…
Browse files Browse the repository at this point in the history
…-in-announcement-create-error-trunk

[CORE-6719] fixed announcement typo issue.
  • Loading branch information
sasangachathumal authored Aug 15, 2024
2 parents c5f7791 + 9b4c2bb commit 5c898d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/chat/chat-list/chat-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ export class ChatListComponent {
alertMessage = 'Oops! You already started conversation with this user.';
break;
case 'learnerChannel':
alertMessage = 'Oops! You already successfully created your learner announcment chat.';
alertMessage = 'Oops! You already successfully created your learner announcement chat.';
break;
case 'expertChannel':
alertMessage = 'Oops! You already successfully created your expert announcment chat.';
alertMessage = 'Oops! You already successfully created your expert announcement chat.';
break;
}
const existingChannel = this.chatChannels.find((channel) => data.uuid === channel.uuid);
Expand Down

0 comments on commit 5c898d8

Please sign in to comment.