From 7a8d348f19da1c8e9c39939ea1b68b6950c85cf0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 28 Oct 2021 19:31:51 +0000 Subject: [PATCH] --- ayanova/src/components/report-selector-control.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ayanova/src/components/report-selector-control.vue b/ayanova/src/components/report-selector-control.vue index 428079cf..00e54608 100644 --- a/ayanova/src/components/report-selector-control.vue +++ b/ayanova/src/components/report-selector-control.vue @@ -114,10 +114,9 @@ export default { if (res.data && res.data.busy) { window.$gz.eventBus.$emit( "notify-warning", - window.$gz.translation.get("AreYouSureUnsavedChanges"), + window.$gz.translation.get("ReportRenderAtCapacity"), `${this.$store.state.helpUrl}/ay-report-busy` ); - // Too many report requests, please try again shortly } else { //all ok show report const reportUrl = window.$gz.api.reportDownloadUrl(res.data);