Fix typo in PHP string

This commit is contained in:
Jakub Vrana
2013-04-05 15:45:00 -07:00
parent 53f6936b8a
commit 886f3d507e

View File

@@ -96,7 +96,7 @@ final class PhabricatorSettingsPanelOAuth
$form
->appendChild(
id(new AphrontFormSubmitControl())
->setValue(pht('Link %s Account \xC2\xBB', $provider_name)));
->setValue(pht("Link %s Account \xC2\xBB", $provider_name)));
} else {
$expires = $oauth_info->getTokenExpires();