From f74fa49636874d34f1f92acfb2a6815499c5edf8 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 13 Feb 2015 07:03:09 -0800 Subject: [PATCH] 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 --- .../config/response/PhabricatorConfigResponse.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/config/response/PhabricatorConfigResponse.php b/src/applications/config/response/PhabricatorConfigResponse.php index dbc91bde66..d4d2effdf5 100644 --- a/src/applications/config/response/PhabricatorConfigResponse.php +++ b/src/applications/config/response/PhabricatorConfigResponse.php @@ -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.'); } }