Skip to content

Commit be9ff2d

Browse files
authored
Merge pull request moodlehq#4465 from crazyserver/MOBILE-4653
Mobile 4653
2 parents 78f965b + c8ec0e3 commit be9ff2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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'"

src/theme/components/error-accordion.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,5 @@
145145

146146
:root.dark .core-error-accordion {
147147
--background-color: var(--gray-700);
148+
--text-color-secondary: var(--gray-300);
148149
}

0 commit comments

Comments
 (0)