1
0
Fork 0
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:
Andre Klapper 2023-05-30 11:49:26 +02:00
parent 7cf210b763
commit e11c5486c9

View file

@ -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.");
}
}