Minor, fix wording for some maniphest stories
This commit is contained in:
@@ -95,7 +95,11 @@ final class PhabricatorFeedStoryManiphest
|
|||||||
case ManiphestAction::ACTION_ASSIGN:
|
case ManiphestAction::ACTION_ASSIGN:
|
||||||
case ManiphestAction::ACTION_REASSIGN:
|
case ManiphestAction::ACTION_REASSIGN:
|
||||||
if ($owner_phid) {
|
if ($owner_phid) {
|
||||||
$one_line = "{$actor_link} {$verb} to {$owner_link}";
|
if ($owner_phid == $actor_phid) {
|
||||||
|
$one_line = "{$actor_link} claimed {$task_link}";
|
||||||
|
} else {
|
||||||
|
$one_line = "{$actor_link} {$verb} {$task_link} to {$owner_link}";
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
$one_line = "{$actor_link} placed {$task_link} up for grabs";
|
$one_line = "{$actor_link} placed {$task_link} up for grabs";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user