From 42258ce0be9d2286c7c9f2b879684af2d65cef80 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 8 Aug 2014 10:02:22 -0700 Subject: [PATCH] Remove "Edit" text on Phame Summary: Fixes T5731 Test Plan: Load list of self-created posts Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T5731 Differential Revision: https://secure.phabricator.com/D10192 --- src/applications/phame/controller/PhameController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/phame/controller/PhameController.php b/src/applications/phame/controller/PhameController.php index 46d52f20d2..e8ed4274dd 100644 --- a/src/applications/phame/controller/PhameController.php +++ b/src/applications/phame/controller/PhameController.php @@ -84,7 +84,6 @@ abstract class PhameController extends PhabricatorController { $story->addAction(id(new PHUIIconView()) ->setHref($this->getApplicationURI('post/edit/'.$post->getID().'/')) - ->setText(pht('Edit')) ->setIconFont('fa-pencil')); }