1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

minor: fix translation error in exception

Test Plan: look hard at code.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D19463
This commit is contained in:
Aviv Eyal 2018-06-04 17:46:13 +00:00 committed by avivey
parent 376ea1ddf5
commit dbe72df557

View file

@ -217,6 +217,7 @@ abstract class PhabricatorAphlictManagementWorkflow
'index "%s"). You should manually create this directory or '.
'choose a different logfile location. %s',
$dir,
$index,
$ex->getMessage()));
}
}