From 7d3956bec17f5cbd274b7c497cc596be78f0f6ed Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 28 Mar 2017 09:58:47 -0700 Subject: [PATCH] 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 --- .../controller/PhabricatorApplicationSearchController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/search/controller/PhabricatorApplicationSearchController.php b/src/applications/search/controller/PhabricatorApplicationSearchController.php index dd3508e6bb..b0cab13e07 100644 --- a/src/applications/search/controller/PhabricatorApplicationSearchController.php +++ b/src/applications/search/controller/PhabricatorApplicationSearchController.php @@ -622,7 +622,7 @@ final class PhabricatorApplicationSearchController $dashboard_uri = '/dashboard/install/'; $actions[] = id(new PhabricatorActionView()) ->setIcon('fa-dashboard') - ->setName(pht('Add to Dasbhoard')) + ->setName(pht('Add to Dashboard')) ->setWorkflow(true) ->setHref("/dashboard/panel/install/{$engine_class}/{$query_key}/"); }