Fix applications icon

Summary: Typo

Test Plan: Reload homepage, get the globe.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5598
This commit is contained in:
Chad Little
2013-04-06 07:23:36 -07:00
parent 3b1a1ae7e3
commit 482963bca3

View File

@@ -15,7 +15,7 @@ final class PhabricatorApplicationApplications extends PhabricatorApplication {
}
public function getIconName() {
return 'applications';
return 'application';
}
public function getTitleGlyph() {