diff --git a/src/applications/badges/view/PhabricatorBadgesRecipientsListView.php b/src/applications/badges/view/PhabricatorBadgesRecipientsListView.php index f566cd7b7a..ce84971d41 100644 --- a/src/applications/badges/view/PhabricatorBadgesRecipientsListView.php +++ b/src/applications/badges/view/PhabricatorBadgesRecipientsListView.php @@ -36,7 +36,7 @@ final class PhabricatorBadgesRecipientsListView extends AphrontView { $award_button = id(new PHUIButtonView()) ->setTag('a') ->setIcon('fa-plus') - ->setText(pht('Add Recipents')) + ->setText(pht('Add Recipients')) ->setWorkflow(true) ->setDisabled(!$can_edit) ->setHref('/badges/recipients/'.$badge->getID().'/add/'); diff --git a/src/applications/uiexample/examples/PHUIBadgeExample.php b/src/applications/uiexample/examples/PHUIBadgeExample.php index 5207db753c..14eb3469d0 100644 --- a/src/applications/uiexample/examples/PHUIBadgeExample.php +++ b/src/applications/uiexample/examples/PHUIBadgeExample.php @@ -97,7 +97,7 @@ final class PHUIBadgeExample extends PhabricatorUIExample { $badges2[] = id(new PHUIBadgeView()) ->setIcon('fa-user') - ->setHeader(pht('Adminstrator')) + ->setHeader(pht('Administrator')) ->setSubhead(pht('Drew the short stick')) ->setQuality(PhabricatorBadgesQuality::LEGENDARY) ->setSource(pht('People (automatic)'))