1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-19 11:11:10 +01:00

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
This commit is contained in:
Elan Kugelmass 2015-03-26 03:49:58 -07:00 committed by epriestley
parent 47114513b0
commit fe89d67663

View file

@ -104,7 +104,7 @@ final class PhabricatorAuthProviderConfigTransaction
case self::TYPE_LINK: case self::TYPE_LINK:
if ($new) { if ($new) {
return pht( return pht(
'%s enabled accont linking.', '%s enabled account linking.',
$this->renderHandleLink($author_phid)); $this->renderHandleLink($author_phid));
} else { } else {
return pht( return pht(