change some words

This commit is contained in:
zombieFox 2021-09-12 12:37:44 +01:00
parent 95ca8d5bfc
commit db599edfbf
1 changed files with 1 additions and 1 deletions

View File

@ -1380,7 +1380,7 @@ themeSetting.background = (parent) => {
alert: new Alert({
iconName: 'info',
children: [
node('p:Uploading Background images is no longer supported.|class:small'),
node('p:Local images can no longer be used. Images must be hosted somewhere online.|class:small'),
complexNode({ tag: 'p', attr: [{ key: 'class', value: 'small' }], node: [(new Link({ text: 'Why has this changed?', href: supportSetting.link.url + supportSetting.link.page.localBackgroundImage, openNew: true })).link()] })
]
}),