Page MenuHomePhabricator

D15454.id37244.diff
No OneTemporary

D15454.id37244.diff

diff --git a/src/applications/maniphest/storage/ManiphestTransaction.php b/src/applications/maniphest/storage/ManiphestTransaction.php
--- a/src/applications/maniphest/storage/ManiphestTransaction.php
+++ b/src/applications/maniphest/storage/ManiphestTransaction.php
@@ -301,7 +301,7 @@
if ($this->getAuthorPHID() == $new) {
return pht('Claimed');
} else if (!$new) {
- return pht('Up For Grabs');
+ return pht('Unassigned');
} else if (!$old) {
return pht('Assigned');
} else {
@@ -547,8 +547,9 @@
$this->renderHandleLink($author_phid));
} else if (!$new) {
return pht(
- '%s placed this task up for grabs.',
- $this->renderHandleLink($author_phid));
+ '%s removed %s as the assignee of this task.',
+ $this->renderHandleLink($author_phid),
+ $this->renderHandleLink($old));
} else if (!$old) {
return pht(
'%s assigned this task to %s.',

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 12, 2:40 AM (6 d, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6712819
Default Alt Text
D15454.id37244.diff (1 KB)

Event Timeline