Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13992109
D15454.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D15454.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 2:24 PM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6712819
Default Alt Text
D15454.diff (1 KB)
Attached To
Mode
D15454: Use more explicit language for unassigning tasks
Attached
Detach File
Event Timeline
Log In to Comment