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

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();