Fix type in previous commit, sorry
This commit is contained in:
@@ -59,7 +59,7 @@ final class DifferentialDiffCreateController extends DifferentialController {
|
|||||||
FileSystem::readFile($webroot .
|
FileSystem::readFile($webroot .
|
||||||
PhabricatorEnv::getEnvConfig('patch_guidelines.file')));
|
PhabricatorEnv::getEnvConfig('patch_guidelines.file')));
|
||||||
} else {
|
} else {
|
||||||
$innstructions = pht(
|
$instructions = pht(
|
||||||
'The best way to create a Differential diff is by using %s, but you '.
|
'The best way to create a Differential diff is by using %s, but you '.
|
||||||
'can also just paste a diff (for example, from %s, %s or %s) into '.
|
'can also just paste a diff (for example, from %s, %s or %s) into '.
|
||||||
'this box, or upload a diff file.',
|
'this box, or upload a diff file.',
|
||||||
|
|||||||
Reference in New Issue
Block a user