@sumaris-net/ngx-components 0.25.6 → 0.25.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21638,14 +21638,14 @@
21638
21638
  return [2 /*return*/]; // Skip if component has been destroyed
21639
21639
  return [4 /*yield*/, this.translate.get([
21640
21640
  'INFO.ALERT_HEADER',
21641
- 'INFO.DOWNLOAD_UPDATE_SUCCEED',
21641
+ 'INFO.UPDATE_APP_DOWNLOADED',
21642
21642
  'COMMON.BTN_CLOSE'
21643
21643
  ]).toPromise()];
21644
21644
  case 1:
21645
21645
  translations = _a.sent();
21646
21646
  return [4 /*yield*/, this.alertController.create({
21647
21647
  header: translations['INFO.ALERT_HEADER'],
21648
- message: translations['INFO.DOWNLOAD_UPDATE_SUCCEED'],
21648
+ message: translations['INFO.UPDATE_APP_DOWNLOADED'],
21649
21649
  buttons: [
21650
21650
  {
21651
21651
  text: translations['COMMON.BTN_CLOSE'],