changeset 4684:00a2c761493e

changed error message for too many ongoing difference calcs
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 16 Oct 2019 10:52:43 +0200
parents c15185297fff
children 7a9388943840
files client/src/components/fairway/BottleneckDialogue.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/BottleneckDialogue.vue	Wed Oct 16 10:46:42 2019 +0200
+++ b/client/src/components/fairway/BottleneckDialogue.vue	Wed Oct 16 10:52:43 2019 +0200
@@ -609,7 +609,7 @@
           if (status === 429) {
             displayInfo({
               message: this.$gettext(
-                "There are too many ongoing difference calculations. Thanks for your patience"
+                "Too many difference calculations already in progress. Please try again later."
               )
             });
           } else {