Page MenuHomePhabricator

D13913.id.diff
No OneTemporary

D13913.id.diff

diff --git a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
--- a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
+++ b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
@@ -642,23 +642,20 @@
$this->renderHandleLink($author_phid));
case PhabricatorTransactions::TYPE_VIEW_POLICY:
return pht(
- '%s changed the visibility of this %s from "%s" to "%s".',
+ '%s changed the visibility from "%s" to "%s".',
$this->renderHandleLink($author_phid),
- $this->getApplicationObjectTypeName(),
$this->renderPolicyName($old, 'old'),
$this->renderPolicyName($new, 'new'));
case PhabricatorTransactions::TYPE_EDIT_POLICY:
return pht(
- '%s changed the edit policy of this %s from "%s" to "%s".',
+ '%s changed the edit policy from "%s" to "%s".',
$this->renderHandleLink($author_phid),
- $this->getApplicationObjectTypeName(),
$this->renderPolicyName($old, 'old'),
$this->renderPolicyName($new, 'new'));
case PhabricatorTransactions::TYPE_JOIN_POLICY:
return pht(
- '%s changed the join policy of this %s from "%s" to "%s".',
+ '%s changed the join policy from "%s" to "%s".',
$this->renderHandleLink($author_phid),
- $this->getApplicationObjectTypeName(),
$this->renderPolicyName($old, 'old'),
$this->renderPolicyName($new, 'new'));
case PhabricatorTransactions::TYPE_SPACE:

File Metadata

Mime Type
text/plain
Expires
Sat, May 11, 12:50 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6285931
Default Alt Text
D13913.id.diff (1 KB)

Event Timeline