chore: remove unwanted span in translated string
This commit is contained in:
parent
68a22a9177
commit
ab85e945be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue