Skip to content

Commit

Permalink
Merge pull request #460 from intersective/bugfix/CORE-6718/Announceme…
Browse files Browse the repository at this point in the history
…nt-channel-coordinator-typo-issue

[CORE-6718] Typo issue in announcement channel create popup
  • Loading branch information
sasangachathumal authored Aug 1, 2024
2 parents f301573 + fa3dc4f commit cebd414
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<ion-checkbox color="ocean" slot="start" tabindex="0" [(ngModel)]="isLearnersAnnouncementsChecked" [disabled]="learnersAnnouncementDisabled"></ion-checkbox>
<ion-label class="ion-text-wrap">
<p class="black subtitle-2 channel-title">Learners Announcements</p>
<p class="caption grey-50">Send messages to all learners. <strong> Only admins and coordinator's can send and
schedule message to this channel.</strong></p>
<p class="caption grey-50">Send messages to all learners. <strong> Only admins and coordinators can send and
schedule messages to this channel.</strong></p>
</ion-label>
</ion-item>
<ion-item lines="none">
<ion-checkbox color="ocean" slot="start" tabindex="1" [(ngModel)]="isExpertsAnnouncementsChecked" [disabled]="expertsAnnouncementDisabled"></ion-checkbox>
<ion-label class="ion-text-wrap">
<p class="black subtitle-2 channel-title">Experts Announcements</p>
<p class="caption grey-50">Send messages to all experts. <strong> Only admins and coordinator's can send and
schedule message to this channel.</strong></p>
<p class="caption grey-50">Send messages to all experts. <strong> Only admins and coordinators can send and
schedule messages to this channel.</strong></p>
</ion-label>
</ion-item>
</ion-list>
Expand Down

0 comments on commit cebd414

Please sign in to comment.