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:
parent
53f6936b8a
commit
886f3d507e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue