MOBILE-3932 resource: Fix message displayed when outdated and offline

main
Dani Palou 2022-01-31 09:41:41 +01:00
parent 49afa105bc
commit 45b2cdec47
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ export class AddonModResourceIndexComponent extends CoreCourseModuleMainResource
// Warn the user that the file isn't updated. // Warn the user that the file isn't updated.
const alert = await CoreDomUtils.showAlert( const alert = await CoreDomUtils.showAlert(
undefined, undefined,
Translate.instant('addon.mod_resource.resourcestatusoutdated'), Translate.instant('addon.mod_resource.resourcestatusoutdatedconfirm'),
); );
await alert.onWillDismiss(); await alert.onWillDismiss();