Update umap/static/umap/js/modules/help.js

Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
Yohan Boniface 2024-07-05 18:19:00 +02:00 committed by GitHub
parent 6aa74060ad
commit ec5f8d7b3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,7 +201,7 @@ export default class Help {
this.map.dialog.open({ content: container, className: 'dark' }) 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() { showGetStarted() {
const container = DomUtil.add('div') const container = DomUtil.add('div')
DomUtil.createTitle(container, translate('Where do we go from here?')) DomUtil.createTitle(container, translate('Where do we go from here?'))