X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/544450697654797e7c69710a2567d52819d210d1..ab4de87d1eef4546a96738154cf81b7d7f72d988:/app/assets/javascripts/index/directions/graphhopper.js
diff --git a/app/assets/javascripts/index/directions/graphhopper.js b/app/assets/javascripts/index/directions/graphhopper.js
index 9a09c1009..11d600316 100644
--- a/app/assets/javascripts/index/directions/graphhopper.js
+++ b/app/assets/javascripts/index/directions/graphhopper.js
@@ -14,7 +14,7 @@ function GraphHopperEngine(id, vehicleType) {
return {
id: id,
- creditline: "Graphhopper",
+ creditline: "GraphHopper",
draggable: false,
getRoute: function (points, callback) {