mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Fix "Clsoed" typo
Summary: See D10112. Test Plan: o.O Reviewers: btrahan, chad, staticshock Reviewed By: staticshock Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D10446
This commit is contained in:
parent
c180832f84
commit
f4f8e9bb96
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ final class PhabricatorAuditTransaction
|
|||
case PhabricatorAuditActionConstants::RESIGN:
|
||||
return pht('Resigned');
|
||||
case PhabricatorAuditActionConstants::CLOSE:
|
||||
return pht('Clsoed');
|
||||
return pht('Closed');
|
||||
}
|
||||
break;
|
||||
case PhabricatorAuditActionConstants::ADD_AUDITORS:
|
||||
|
|
Loading…
Reference in a new issue