diff --git a/plugins/plugin-title/src/index.mjs b/plugins/plugin-title/src/index.mjs index 9f8d1d840eb..c29fb62107c 100644 --- a/plugins/plugin-title/src/index.mjs +++ b/plugins/plugin-title/src/index.mjs @@ -112,7 +112,7 @@ export const plugin = { let name = store.data?.name || 'No Name' name = name.replace('@freesewing/', '') - name += 'v' + (store.data?.version || 'No Version') + name += ' v' + (store.data?.version || 'No Version') points[`_${prefix}_titlePattern`] = nextPoint(name, 'fill-note') if (store.data.for) {