mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Minor, fix wording for some maniphest stories
This commit is contained in:
parent
fd94700d69
commit
f666c3d559
1 changed files with 5 additions and 1 deletions
|
@ -95,7 +95,11 @@ final class PhabricatorFeedStoryManiphest
|
|||
case ManiphestAction::ACTION_ASSIGN:
|
||||
case ManiphestAction::ACTION_REASSIGN:
|
||||
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 {
|
||||
$one_line = "{$actor_link} placed {$task_link} up for grabs";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue