chore: remove unwanted span in translated string

This commit is contained in:
Yohan Boniface 2024-04-18 16:09:57 +02:00
parent 68a22a9177
commit ab85e945be

View file

@ -817,7 +817,7 @@ const ControlsMixin = {
L.DomUtil.createLink(
'umap-user',
rightContainer,
L._(`My Dashboard <span>({username})</span>`, {
L._(`My Dashboard ({username})`, {
username: this.options.user.name,
}),
this.options.user.url