mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-18 09:48:39 +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_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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue