chore(plugin-annotations): No space between v and version
This commit is contained in:
parent
13f53f7fcb
commit
b43145ac89
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ const addTitleMacro = function (
|
||||||
.shift(-90, shift)
|
.shift(-90, shift)
|
||||||
.attr(
|
.attr(
|
||||||
'data-text',
|
'data-text',
|
||||||
`${(store.data?.name || 'plugin-annotations:noName').replace('@freesewing/', '')} v ${
|
`${(store.data?.name || 'plugin-annotations:noName').replace('@freesewing/', '')} v${
|
||||||
store.data?.version || 'plugin-annotations:noVersion'
|
store.data?.version || 'plugin-annotations:noVersion'
|
||||||
}`
|
}`
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue