Skip to content

Commit 3a1f568

Browse files
committed
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
1 parent 7cffe55 commit 3a1f568

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/applications/auth/guidance/PhabricatorAuthProvidersGuidanceEngineExtension.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ public function generateGuidance(PhabricatorGuidanceContext $context) {
5353
->setMessage($message);
5454
} else {
5555
$message = pht(
56-
'Anyone who can browse to this this server will be able to '.
57-
'register an account. To add email domain restrictions, configure '.
58-
'%s.',
56+
'Anyone who can browse to this server will be able to register '.
57+
'an account. To add email domain restrictions, configure %s.',
5958
$domains_link);
6059

6160
$results[] = $this->newGuidance('core.auth.email-domains.off')

src/applications/phame/storage/PhameBlog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function validateCustomDomain($domain_full_uri) {
154154
$href = PhabricatorEnv::getProductionURI(
155155
'/config/edit/policy.allow-public/');
156156
return pht(
157-
'For custom domains to work, this this server must be '.
157+
'For custom domains to work, this server must be '.
158158
'configured to allow the public access policy. Configure this '.
159159
'setting %s, or ask an administrator to configure this setting. '.
160160
'The domain can be specified later once this setting has been '.

0 commit comments

Comments
 (0)