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

Fix typo "this this server"

Summary: Closes T15611

Test Plan: Carefully read.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15611

Differential Revision: https://we.phorge.it/D25404
This commit is contained in:
Andre Klapper 2023-08-17 14:42:02 +02:00
parent 7cffe557ac
commit 3a1f568974
2 changed files with 3 additions and 4 deletions

View file

@ -53,9 +53,8 @@ final class PhabricatorAuthProvidersGuidanceEngineExtension
->setMessage($message); ->setMessage($message);
} else { } else {
$message = pht( $message = pht(
'Anyone who can browse to this this server will be able to '. 'Anyone who can browse to this server will be able to register '.
'register an account. To add email domain restrictions, configure '. 'an account. To add email domain restrictions, configure %s.',
'%s.',
$domains_link); $domains_link);
$results[] = $this->newGuidance('core.auth.email-domains.off') $results[] = $this->newGuidance('core.auth.email-domains.off')

View file

@ -154,7 +154,7 @@ final class PhameBlog extends PhameDAO
$href = PhabricatorEnv::getProductionURI( $href = PhabricatorEnv::getProductionURI(
'/config/edit/policy.allow-public/'); '/config/edit/policy.allow-public/');
return pht( return pht(
'For custom domains to work, this this server must be '. 'For custom domains to work, this server must be '.
'configured to allow the public access policy. Configure this '. 'configured to allow the public access policy. Configure this '.
'setting %s, or ask an administrator to configure this setting. '. 'setting %s, or ask an administrator to configure this setting. '.
'The domain can be specified later once this setting has been '. 'The domain can be specified later once this setting has been '.