Merge pull request #3078 from dpalou/MOBILE-3932

MOBILE-3932 resource: Fix message displayed when outdated and offline
main
Pau Ferrer Ocaña 2022-01-31 09:55:59 +01:00 committed by GitHub
commit 824e702aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
const alert = await CoreDomUtils.showAlert(
undefined,
Translate.instant('addon.mod_resource.resourcestatusoutdated'),
Translate.instant('addon.mod_resource.resourcestatusoutdatedconfirm'),
);
await alert.onWillDismiss();