Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit fc787fd

Browse files
committed
Change a word for the sentence that expresses not supporting
1 parent 9499fd5 commit fc787fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extension/sidebar-pane.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ function _renderPredicate(issue) {
271271
predicateEl.appendChild(_renderTerm(" and "));
272272
}
273273

274-
const auxiliaryVerb = !aliases || aliases.length === 1 ? "does" : "do";
275-
predicateEl.appendChild(_renderTerm(` ${ auxiliaryVerb } not support`));
274+
const auxiliaryVerb = !aliases || aliases.length === 1 ? "isn't" : "aren't";
275+
predicateEl.appendChild(_renderTerm(` ${ auxiliaryVerb } supported in `));
276276
predicateEl.appendChild(_renderBrowsersElement(unsupportedBrowsers));
277277
}
278278

0 commit comments

Comments
 (0)