Page MenuHomePhabricator

D19682.id.diff
No OneTemporary

D19682.id.diff

diff --git a/src/applications/phriction/xaction/PhrictionDocumentMoveAwayTransaction.php b/src/applications/phriction/xaction/PhrictionDocumentMoveAwayTransaction.php
--- a/src/applications/phriction/xaction/PhrictionDocumentMoveAwayTransaction.php
+++ b/src/applications/phriction/xaction/PhrictionDocumentMoveAwayTransaction.php
@@ -38,19 +38,19 @@
$new = $this->getNewValue();
return pht(
- '%s moved this document to %s',
+ '%s moved this document to %s.',
$this->renderAuthor(),
- $this->renderHandleLink($new['phid']));
+ $this->renderObject($new['phid']));
}
public function getTitleForFeed() {
$new = $this->getNewValue();
return pht(
- '%s moved %s to %s',
+ '%s moved %s to %s.',
$this->renderAuthor(),
$this->renderObject(),
- $this->renderHandleLink($new['phid']));
+ $this->renderObject($new['phid']));
}
public function getIcon() {

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 25, 5:12 AM (4 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7720100
Default Alt Text
D19682.id.diff (948 B)

Event Timeline