mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-23 12:09:12 +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
|
$form
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormSubmitControl())
|
id(new AphrontFormSubmitControl())
|
||||||
->setValue(pht('Link %s Account \xC2\xBB', $provider_name)));
|
->setValue(pht("Link %s Account \xC2\xBB", $provider_name)));
|
||||||
} else {
|
} else {
|
||||||
$expires = $oauth_info->getTokenExpires();
|
$expires = $oauth_info->getTokenExpires();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue