Fix jsonlint error message text
This commit is contained in:
parent
dded798ee3
commit
25ec79e8bb
|
@ -280,8 +280,8 @@ function setupStylelintPopup(rules) {
|
||||||
tag: 'span',
|
tag: 'span',
|
||||||
className: 'error',
|
className: 'error',
|
||||||
appendChild: [
|
appendChild: [
|
||||||
t('setStylelintError'),
|
t('setStylelintError') + ' ',
|
||||||
makeLink('https://jsonlint.com/', 'Stylelint')
|
makeLink('https://jsonlint.com/', 'jsonlint')
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user