mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
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
This commit is contained in:
parent
9e2f263bb4
commit
7d3956bec1
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ final class PhabricatorApplicationSearchController
|
||||||
$dashboard_uri = '/dashboard/install/';
|
$dashboard_uri = '/dashboard/install/';
|
||||||
$actions[] = id(new PhabricatorActionView())
|
$actions[] = id(new PhabricatorActionView())
|
||||||
->setIcon('fa-dashboard')
|
->setIcon('fa-dashboard')
|
||||||
->setName(pht('Add to Dasbhoard'))
|
->setName(pht('Add to Dashboard'))
|
||||||
->setWorkflow(true)
|
->setWorkflow(true)
|
||||||
->setHref("/dashboard/panel/install/{$engine_class}/{$query_key}/");
|
->setHref("/dashboard/panel/install/{$engine_class}/{$query_key}/");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue