1
0
Fork 0

chore(plugin-annotations): No space between v and version

This commit is contained in:
joostdecock 2023-09-08 10:35:53 +02:00
parent 13f53f7fcb
commit b43145ac89

View file

@ -183,7 +183,7 @@ const addTitleMacro = function (
.shift(-90, shift)
.attr(
'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'
}`
)