1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

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() {