From fe89d67663dfe1a0cbec22f16924dc7741d695e3 Mon Sep 17 00:00:00 2001 From: Elan Kugelmass Date: Thu, 26 Mar 2015 03:49:58 -0700 Subject: [PATCH] Fixes spelling error in settings log on auth provider pages Summary: The settings logs on auth provider pages shows "enabled accont linking" instead of "enabled account linking." Test Plan: Checked the copy on the settings log. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12164 --- .../auth/storage/PhabricatorAuthProviderConfigTransaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php b/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php index a0be28f3a9..3853c31a66 100644 --- a/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php +++ b/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php @@ -104,7 +104,7 @@ final class PhabricatorAuthProviderConfigTransaction case self::TYPE_LINK: if ($new) { return pht( - '%s enabled accont linking.', + '%s enabled account linking.', $this->renderHandleLink($author_phid)); } else { return pht(