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:
parent
47114513b0
commit
fe89d67663
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue