changeset 4373:aa249a25f0ec

client: silence a code layout warning * Remove senselining of a message to satify a formatting checker somewhere. This leads to the code being less readable, but confirming to the checker.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 11 Sep 2019 12:35:07 +0200
parents 4e6b4fd68979
children ad2bf9580696
files client/src/components/systemconfiguration/MorphologyClassbreaks.vue
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/MorphologyClassbreaks.vue	Wed Sep 11 12:30:31 2019 +0200
+++ b/client/src/components/systemconfiguration/MorphologyClassbreaks.vue	Wed Sep 11 12:35:07 2019 +0200
@@ -215,9 +215,8 @@
         {{ validationMessageForCompare }}
       </span>
       <span class="text-secondary fix-trans-space" v-translate>
-        Colour changes need a map reload.
-        Value changes need a de- and re-select of a difference calculation.
-        Inform your users!
+        Colour changes need a map reload. Value changes need a de- and re-select
+        of a difference calculation. Inform your users!
       </span>
     </div>
   </div>