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:
parent
d39da529ca
commit
f74fa49636
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ final class PhabricatorConfigResponse extends AphrontStandaloneHTMLResponse {
|
||||||
|
|
||||||
protected function buildPlainTextResponseString() {
|
protected function buildPlainTextResponseString() {
|
||||||
return pht(
|
return pht(
|
||||||
'This install has a fatal setup error, access the internet web '.
|
'This install has a fatal setup error, access the web interface '.
|
||||||
'version to view details and resolve it.');
|
'to view details and resolve it.');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue