@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php
··· 809 809 if ($this->supportsFerretEngine()) { 810 810 $orders['relevance'] = array( 811 811 'vector' => array('rank', 'fulltext-modified', 'id'), 812 - 'name' => pht('Relevence'), 812 + 'name' => pht('Relevance'), 813 813 ); 814 814 } 815 815