mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-03 16:08:19 +02: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())
|
$award_button = id(new PHUIButtonView())
|
||||||
->setTag('a')
|
->setTag('a')
|
||||||
->setIcon('fa-plus')
|
->setIcon('fa-plus')
|
||||||
->setText(pht('Add Recipents'))
|
->setText(pht('Add Recipients'))
|
||||||
->setWorkflow(true)
|
->setWorkflow(true)
|
||||||
->setDisabled(!$can_edit)
|
->setDisabled(!$can_edit)
|
||||||
->setHref('/badges/recipients/'.$badge->getID().'/add/');
|
->setHref('/badges/recipients/'.$badge->getID().'/add/');
|
||||||
|
|
|
@ -97,7 +97,7 @@ final class PHUIBadgeExample extends PhabricatorUIExample {
|
||||||
|
|
||||||
$badges2[] = id(new PHUIBadgeView())
|
$badges2[] = id(new PHUIBadgeView())
|
||||||
->setIcon('fa-user')
|
->setIcon('fa-user')
|
||||||
->setHeader(pht('Adminstrator'))
|
->setHeader(pht('Administrator'))
|
||||||
->setSubhead(pht('Drew the short stick'))
|
->setSubhead(pht('Drew the short stick'))
|
||||||
->setQuality(PhabricatorBadgesQuality::LEGENDARY)
|
->setQuality(PhabricatorBadgesQuality::LEGENDARY)
|
||||||
->setSource(pht('People (automatic)'))
|
->setSource(pht('People (automatic)'))
|
||||||
|
|
Loading…
Add table
Reference in a new issue