Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15283728
D17969.id43217.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
739 B
Referenced Files
None
Subscribers
None
D17969.id43217.diff
View Options
diff --git a/src/applications/project/storage/PhabricatorProjectTransaction.php b/src/applications/project/storage/PhabricatorProjectTransaction.php
--- a/src/applications/project/storage/PhabricatorProjectTransaction.php
+++ b/src/applications/project/storage/PhabricatorProjectTransaction.php
@@ -209,12 +209,12 @@
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);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 5 2025, 8:21 AM (7 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224175
Default Alt Text
D17969.id43217.diff (739 B)
Attached To
Mode
D17969: Make membership lock/unlock feed stories read more naturally
Attached
Detach File
Event Timeline
Log In to Comment