@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.
- package/bundles/sumaris-net.ngx-components.umd.js +2 -2
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/install/install-upgrade-card.component.js +3 -3
- package/fesm2015/sumaris-net.ngx-components.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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.
|
|
21648
|
+
message: translations['INFO.UPDATE_APP_DOWNLOADED'],
|
|
21649
21649
|
buttons: [
|
|
21650
21650
|
{
|
|
21651
21651
|
text: translations['COMMON.BTN_CLOSE'],
|