From ec5f8d7b3c7f691e36a4fef51343f9d709062f13 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 5 Jul 2024 18:19:00 +0200 Subject: [PATCH] Update umap/static/umap/js/modules/help.js Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com> --- umap/static/umap/js/modules/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/modules/help.js b/umap/static/umap/js/modules/help.js index 824a0749..7bbf66dd 100644 --- a/umap/static/umap/js/modules/help.js +++ b/umap/static/umap/js/modules/help.js @@ -201,7 +201,7 @@ export default class Help { this.map.dialog.open({ content: container, className: 'dark' }) } - // Special dynamic case. Do we still think this dialog is usefull ? + // Special dynamic case. Do we still think this dialog is useful? showGetStarted() { const container = DomUtil.add('div') DomUtil.createTitle(container, translate('Where do we go from here?'))