Page MenuHomePhabricator

D16828.id.diff
No OneTemporary

D16828.id.diff

diff --git a/src/applications/guides/module/PhabricatorGuideQuickStartModule.php b/src/applications/guides/module/PhabricatorGuideQuickStartModule.php
--- a/src/applications/guides/module/PhabricatorGuideQuickStartModule.php
+++ b/src/applications/guides/module/PhabricatorGuideQuickStartModule.php
@@ -188,18 +188,18 @@
$description =
pht('Invite the rest of your team to get started on Phabricator.');
}
- }
- $item = id(new PhabricatorGuideItemView())
- ->setTitle($title)
- ->setHref($href)
- ->setIcon($icon)
- ->setIconBackground($icon_bg)
- ->setDescription($description);
- $guide_items->addItem($item);
+ $item = id(new PhabricatorGuideItemView())
+ ->setTitle($title)
+ ->setHref($href)
+ ->setIcon($icon)
+ ->setIconBackground($icon_bg)
+ ->setDescription($description);
+ $guide_items->addItem($item);
+ }
$intro = pht(
- 'If your new to Phabricator, these optional steps can help you learn '.
+ 'If you\'re new to Phabricator, these optional steps can help you learn '.
'the basics. Conceptually, Phabricator is structured as a graph, and '.
'repositories, tasks, and projects are all independent from each other. '.
'Feel free to set up Phabricator for how you work best, and explore '.

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 15, 11:55 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7383816
Default Alt Text
D16828.id.diff (1 KB)

Event Timeline