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

Commit 0d48308

Browse files
authored
Merge pull request #25 from firefox-devtools/change-word-for-not-support
Change a word for the sentence that expresses not supporting
2 parents 6b12e5d + fc787fd commit 0d48308

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)