mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix typo in PhortuneMerchant.php
Summary: Closes T15429 Test Plan: Look at the string. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15429 Differential Revision: https://we.phorge.it/D25261
This commit is contained in:
parent
7cf210b763
commit
e11c5486c9
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ final class PhortuneMerchant extends PhortuneDAO
|
|||
}
|
||||
|
||||
public function describeAutomaticCapability($capability) {
|
||||
return pht("A merchant's members an always view and edit it.");
|
||||
return pht("A merchant's members can always view and edit it.");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue