mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Spell "Relevance" correctly
Summary: Despite how I (and everyone else?) pronounce it, it is spelled with an "a". See PHI38. Test Plan: Googled both spellings. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D18622
This commit is contained in:
parent
51b810b0eb
commit
94ab0c9afb
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ abstract class PhabricatorCursorPagedPolicyAwareQuery
|
|||
if ($this->supportsFerretEngine()) {
|
||||
$orders['relevance'] = array(
|
||||
'vector' => array('rank', 'fulltext-modified', 'id'),
|
||||
'name' => pht('Relevence'),
|
||||
'name' => pht('Relevance'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue