1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 05:42:40 +01:00

Clean up a text string

Summary: Pretty sure this was me derping, not trying to make a joke.

Test Plan: New text makes sense.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D11762
This commit is contained in:
epriestley 2015-02-13 07:03:09 -08:00
parent d39da529ca
commit f74fa49636

View file

@ -34,8 +34,8 @@ final class PhabricatorConfigResponse extends AphrontStandaloneHTMLResponse {
protected function buildPlainTextResponseString() {
return pht(
'This install has a fatal setup error, access the internet web '.
'version to view details and resolve it.');
'This install has a fatal setup error, access the web interface '.
'to view details and resolve it.');
}
}