We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b12e5d + fc787fd commit 0d48308Copy full SHA for 0d48308
1 file changed
extension/sidebar-pane.js
@@ -271,8 +271,8 @@ function _renderPredicate(issue) {
271
predicateEl.appendChild(_renderTerm(" and "));
272
}
273
274
- const auxiliaryVerb = !aliases || aliases.length === 1 ? "does" : "do";
275
- predicateEl.appendChild(_renderTerm(` ${ auxiliaryVerb } not support`));
+ const auxiliaryVerb = !aliases || aliases.length === 1 ? "isn't" : "aren't";
+ predicateEl.appendChild(_renderTerm(` ${ auxiliaryVerb } supported in `));
276
predicateEl.appendChild(_renderBrowsersElement(unsupportedBrowsers));
277
278
0 commit comments