diff --git a/src/applications/project/storage/PhabricatorProjectTransaction.php b/src/applications/project/storage/PhabricatorProjectTransaction.php index 99686a91d1..b0d442ae57 100644 --- a/src/applications/project/storage/PhabricatorProjectTransaction.php +++ b/src/applications/project/storage/PhabricatorProjectTransaction.php @@ -209,12 +209,12 @@ final class PhabricatorProjectTransaction case self::TYPE_LOCKED: if ($new) { return pht( - '%s locked %s membership.', + '%s locked membership for %s.', $author_handle, $object_handle); } else { return pht( - '%s unlocked %s membership.', + '%s unlocked membership for %s.', $author_handle, $object_handle); }