Skip to content

Commit c8ec0e3

Browse files
committed
MOBILE-4653 storage: Show text & media name as title
1 parent f105542 commit c8ec0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/storagemanager/pages/course-storage/course-storage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h1>{{ 'addon.storagemanager.coursedownloads' | translate }}</h1>
120120
[isBranded]="modOrSubsection.branded" />
121121
<ion-label class="ion-text-wrap">
122122
<p class="item-heading {{modOrSubsection.handlerData!.class}} addon-storagemanager-module-size">
123-
<core-format-text [text]="modOrSubsection.handlerData.title" [courseId]="modOrSubsection.course"
123+
<core-format-text [text]="modOrSubsection.name" [courseId]="modOrSubsection.course"
124124
contextLevel="module" [contextInstanceId]="modOrSubsection.id" [adaptImg]="false" />
125125
</p>
126126
<ion-badge [color]="modOrSubsection.downloadStatus === statusDownloaded ? 'success' : 'light'"

0 commit comments

Comments
 (0)