Skip to content

Commit 9f9d995

Browse files
dpaloumdjnelson
authored andcommitted
Mobile app: Update template to Ionic 7
1 parent 573fbd7 commit 9f9d995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mobile_view_activity_page_latest.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
</ion-item>
126126
<%#showgroups%>
127127
<ion-item>
128-
<ion-label>{{ 'plugin.mod_customcert.selectagroup' | translate }}</ion-label>
129128
<ion-select [(ngModel)]="CONTENT_OTHERDATA.group" name="group" (ionChange)="updateContent({cmid: <% cmid %>, courseid: <% certificate.course %>, group: CONTENT_OTHERDATA.group})" interface="popover">
129+
<p slot="label">{{ 'plugin.mod_customcert.selectagroup' | translate }}</p>
130130
<%#groups%>
131131
<ion-select-option [value]="<% id %>"><% name %></ion-select-option>
132132
<%/groups%>

0 commit comments

Comments
 (0)