mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix two typos ("Adminstrator", "Recipents")
Summary: Fixes T12387. Test Plan: Consulted a dictionary. Reviewers: chad Reviewed By: chad Maniphest Tasks: T12387 Differential Revision: https://secure.phabricator.com/D17493
This commit is contained in:
parent
0cc1a5c4d5
commit
a36b1e8f64
2 changed files with 2 additions and 2 deletions
|
@ -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/');
|
||||
|
|
|
@ -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)'))
|
||||
|
|
Loading…
Reference in a new issue