diff --git a/umap/static/umap/js/umap.xhr.js b/umap/static/umap/js/umap.xhr.js index 4855137d..453579bb 100644 --- a/umap/static/umap/js/umap.xhr.js +++ b/umap/static/umap/js/umap.xhr.js @@ -95,7 +95,8 @@ L.U.Xhr = L.Evented.extend({ // 0 === request cut by user or CORS self.ui.alert({ content: L._( - 'Issue reaching that URL (network problem or CORS protection)' + ` ${settings.uri}` + 'Issue reaching that URL (network problem or CORS protection): {url}', + { url: settings.uri } ), level: 'error', })