mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-18 02:31:10 +01:00
Fixed typo on Releeph product query dropdown.
Summary: Changed "Active Prodcuts" to "Active Products" on Releeph Product Query dropdown. (Incidentally, this is my first diff on Phabricator proper, so I hope I got it right. I'm used to SVN, not Git.) Test Plan: Make sure the change is there and didn't bork anything else. Reviewers: chad, #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12904
This commit is contained in:
parent
27930e8b25
commit
1f54b95324
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ final class ReleephProductSearchEngine
|
|||
private function getActiveOptions() {
|
||||
return array(
|
||||
'all' => pht('Active and Inactive Products'),
|
||||
'active' => pht('Active Prodcuts'),
|
||||
'active' => pht('Active Products'),
|
||||
'inactive' => pht('Inactive Products'),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue