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