mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Fixed typo in PhabricatorPasteTransaction
Summary: update -> updated Test Plan: read again the sentence Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D12350
This commit is contained in:
parent
238381a623
commit
bf68ab2562
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ final class PhabricatorPasteTransaction
|
|||
break;
|
||||
case PhabricatorPasteTransaction::TYPE_LANGUAGE:
|
||||
return pht(
|
||||
'%s update the language for %s.',
|
||||
'%s updated the language for %s.',
|
||||
$this->renderHandleLink($author_phid),
|
||||
$this->renderHandleLink($object_phid));
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue