Write a very basic string extractor
Summary: Ref T1139. This has some issues and glitches, but is a reasonable initial attempt that gets some of the big pieces in. We have about 5,200 strings in Phabricator.
Test Plan: {F108261}
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, chad
Maniphest Tasks: T1139
Differential Revision: https://secure.phabricator.com/D8138
This commit is contained in:
@@ -357,7 +357,7 @@ final class AphrontRequest {
|
||||
'This Phabricator install is configured as "%s", but you are '.
|
||||
'using the domain name "%s" to access a page which is trying to '.
|
||||
'set a cookie. Acccess Phabricator on the configured primary '.
|
||||
'domain or a configured alternate domain. Phabricator will not '.
|
||||
'domain or a configured alternate domain. Phabricator will not '.
|
||||
'set cookies on other domains for security reasons.',
|
||||
$configured_as,
|
||||
$accessed_as));
|
||||
|
||||
Reference in New Issue
Block a user