1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +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: case PhabricatorAuditActionConstants::RESIGN:
return pht('Resigned'); return pht('Resigned');
case PhabricatorAuditActionConstants::CLOSE: case PhabricatorAuditActionConstants::CLOSE:
return pht('Clsoed'); return pht('Closed');
} }
break; break;
case PhabricatorAuditActionConstants::ADD_AUDITORS: case PhabricatorAuditActionConstants::ADD_AUDITORS: