]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/id.js
Remove both Potlatch versions
[rails.git] / app / assets / javascripts / id.js
index 889a39f864a80aba8061bfa8787b66e2c95dd138..ac18da06f7fd18a5109bb30fef0820eaf0799d0d 100644 (file)
@@ -8,7 +8,7 @@ document.addEventListener("DOMContentLoaded", function () {
   if (typeof iD === "undefined" || !iD.utilDetect().support) {
     container.innerHTML = "This editor is supported " +
       "in Firefox, Chrome, Safari, Opera, Edge, and Internet Explorer 11. " +
-      "Please upgrade your browser or use Potlatch 2 to edit the map.";
+      "Please upgrade your browser or use JOSM to edit the map.";
     container.className = "unsupported";
   } else {
     var id = iD.coreContext()