mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-08 10:24:48 +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;
|
break;
|
||||||
case PhabricatorPasteTransaction::TYPE_LANGUAGE:
|
case PhabricatorPasteTransaction::TYPE_LANGUAGE:
|
||||||
return pht(
|
return pht(
|
||||||
'%s update the language for %s.',
|
'%s updated the language for %s.',
|
||||||
$this->renderHandleLink($author_phid),
|
$this->renderHandleLink($author_phid),
|
||||||
$this->renderHandleLink($object_phid));
|
$this->renderHandleLink($object_phid));
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue