Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15430000
D19682.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
948 B
Referenced Files
None
Subscribers
None
D19682.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19682: Fix fatal in rendering Phriction "Moved Away" stories
Attached
Detach File
Event Timeline
Log In to Comment