1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
epriestley 2014-09-08 13:20:35 -07:00
parent c180832f84
commit f4f8e9bb96

View file

@ -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: