mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Fix typo in ConfigWelcomeController support text
See: <https://github.com/phacility/phabricator/pull/670> Reviewed by: epriestley
This commit is contained in:
parent
71197f79df
commit
a89ce7e9a2
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ final class PhabricatorConfigWelcomeController
|
|||
$content = pht(
|
||||
'Having trouble getting something set up? See '.
|
||||
'**[[ %s | Give Feedback! Get Support! ]]** for ways to get in touch '.
|
||||
'to get answeres to questions, report bugs, and request features.',
|
||||
'to get answers to questions, report bugs, and request features.',
|
||||
$support_href);
|
||||
|
||||
$explore[] = $this->newItem(
|
||||
|
|
Loading…
Reference in a new issue