diff --git a/water.json b/water.json
index fc1a9ab79..267dbdd12 100644
--- a/water.json
+++ b/water.json
@@ -78,10 +78,11 @@
                 "{% endif %}"
             ],
             "text": [
-                "{% if type=='way' and tags.waterway in [ 'river', 'stream', 'canal', 'wadi', 'drystream' ] %}",
+                "{% if type=='way' and tags.waterway in [ 'river', 'stream', 'canal', 'ditch', 'wadi', 'drystream' ] %}",
                 "{{ tags.name }}   ➔   ",
                 "{% endif %}"
-            ]
+            ],
+            "textRepeat": "1"
         }
     },
     "info": [
@@ -115,4 +116,4 @@
         "  </tr>",
         "</table>"
     ]
-}
+}
\ No newline at end of file