Fix jsonlint error message text

This commit is contained in:
Rob Garrison 2017-08-20 09:31:50 -05:00
parent dded798ee3
commit 25ec79e8bb

View File

@ -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')
] ]
}) })
] ]