@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct spelling of "Dasbhoard"

Summary: Before the speling pollice lock us in prisun.

Test Plan: Used a dicationairey.

Reviewers: chad, jmeador

Reviewed By: jmeador

Differential Revision: https://secure.phabricator.com/D17570

+1 -1
+1 -1
src/applications/search/controller/PhabricatorApplicationSearchController.php
··· 622 622 $dashboard_uri = '/dashboard/install/'; 623 623 $actions[] = id(new PhabricatorActionView()) 624 624 ->setIcon('fa-dashboard') 625 - ->setName(pht('Add to Dasbhoard')) 625 + ->setName(pht('Add to Dashboard')) 626 626 ->setWorkflow(true) 627 627 ->setHref("/dashboard/panel/install/{$engine_class}/{$query_key}/"); 628 628 }