We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0931f72 commit 83438caCopy full SHA for 83438ca
src/extensions/differential/customfield/DifferentialGhcTracField.php
@@ -159,7 +159,8 @@ public function validateApplicationTransactions(
159
$type,
160
pht('Invalid issue reference'),
161
pht('References to GHC Trac tickets may only take the form '.
162
- '`#XYZ` where `XYZ` may refer to an issue number.'),
+ '`#XYZ` where `XYZ` refers to an issue number, but you '.
163
+ 'specified "%s"', $id),
164
$xaction);
165
}
166
0 commit comments