change a word

This commit is contained in:
zombieFox 2021-09-11 08:50:35 +01:00
parent bb362064bc
commit 87f8c36e6d

View File

@ -91,7 +91,7 @@ supportSetting.support = (parent) => {
node('hr'),
complexNode({
tag: 'p',
text: `For more support or feedback, submit an ${(new Link({ text:'Issue', href: `https://github.com/zombieFox/${appName}/issues`, openNew: true })).link().outerHTML}. or check the ${(new Link({ text:'Wiki', href: `https://github.com/zombieFox/${appName}/wiki`, openNew: true })).link().outerHTML}.`
text: `For more support or feedback, submit an ${(new Link({ text:'Issue', href: `https://github.com/zombieFox/${appName}/issues`, openNew: true })).link().outerHTML} or check the ${(new Link({ text:'Wiki', href: `https://github.com/zombieFox/${appName}/wiki`, openNew: true })).link().outerHTML}.`
})
])
);