Merge pull request #1113 from umap-project/420-zoom-set

Better zoom set/modified wording
This commit is contained in:
Yohan Boniface 2023-05-31 09:09:38 +02:00 committed by GitHub
commit 1cd75c5ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -708,7 +708,7 @@ L.U.Map.include({
// We do not want an extra message during the map creation
// to avoid the double notification/alert.
this.ui.alert({
content: L._('The zoom and center have been set.'),
content: L._('The zoom and center have been modified.'),
level: 'info',
})
}