mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Make membership lock/unlock feed stories read more naturally
Summary: Ref T12732. This is pre-existing. Test Plan: {F4967438} Reviewers: chad, amckinley Reviewed By: chad Maniphest Tasks: T12732 Differential Revision: https://secure.phabricator.com/D17969
This commit is contained in:
parent
789d57522b
commit
bbc5f79227
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue