From 886f3d507effdbff203a6d6f6d5ddd2a3f63db34 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 5 Apr 2013 15:45:00 -0700 Subject: [PATCH] Fix typo in PHP string --- .../settings/panel/PhabricatorSettingsPanelOAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/settings/panel/PhabricatorSettingsPanelOAuth.php b/src/applications/settings/panel/PhabricatorSettingsPanelOAuth.php index 8918ae0735..6a7686227f 100644 --- a/src/applications/settings/panel/PhabricatorSettingsPanelOAuth.php +++ b/src/applications/settings/panel/PhabricatorSettingsPanelOAuth.php @@ -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();