1
0
Fork 0
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:
CodeMouse92 2015-05-19 10:04:51 -07:00 committed by epriestley
parent 27930e8b25
commit 1f54b95324

View file

@ -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'),
);
}