@hmcts/ccd-case-ui-toolkit 7.3.75 → 7.3.76-minimist-bump
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.
|
@@ -282,7 +282,7 @@ function NavigationItemComponent_input_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
282
282
|
i0.ɵɵelement(0, "input", 2);
|
|
283
283
|
} if (rf & 2) {
|
|
284
284
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
285
|
-
i0.ɵɵproperty("alt", i0.ɵɵinterpolate1("", ctx_r0.label, " button"))("src", i0.ɵɵinterpolate(ctx_r0.imageLink)
|
|
285
|
+
i0.ɵɵproperty("alt", i0.ɵɵinterpolate1("", ctx_r0.label, " button"))("src", i0.ɵɵinterpolate(ctx_r0.imageLink));
|
|
286
286
|
} }
|
|
287
287
|
class NavigationItemComponent {
|
|
288
288
|
label;
|
|
@@ -1466,7 +1466,7 @@ class HttpError {
|
|
|
1466
1466
|
this.callbackWarnings = null;
|
|
1467
1467
|
}
|
|
1468
1468
|
static DEFAULT_ERROR = 'Unknown error';
|
|
1469
|
-
static DEFAULT_MESSAGE = '
|
|
1469
|
+
static DEFAULT_MESSAGE = 'Sorry, there is a problem with this service. Please try again later.';
|
|
1470
1470
|
static DEFAULT_STATUS = 500;
|
|
1471
1471
|
static MESSAGE_ERROR_429 = 'Your request was rate limited. Please wait a few seconds before retrying your document upload';
|
|
1472
1472
|
timestamp;
|