mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 22:30:38 +02:00
change some words
This commit is contained in:
@ -1380,7 +1380,7 @@ themeSetting.background = (parent) => {
|
|||||||
alert: new Alert({
|
alert: new Alert({
|
||||||
iconName: 'info',
|
iconName: 'info',
|
||||||
children: [
|
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()] })
|
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()] })
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user