diff --git a/src/applications/releeph/query/ReleephProductSearchEngine.php b/src/applications/releeph/query/ReleephProductSearchEngine.php --- a/src/applications/releeph/query/ReleephProductSearchEngine.php +++ b/src/applications/releeph/query/ReleephProductSearchEngine.php @@ -74,7 +74,7 @@ private function getActiveOptions() { return array( 'all' => pht('Active and Inactive Products'), - 'active' => pht('Active Prodcuts'), + 'active' => pht('Active Products'), 'inactive' => pht('Inactive Products'), ); }