From 6d51958b5c0e6c79aaff7b0b0c7dd0379fd82ad2 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sun, 29 Jun 2014 12:44:00 -0700 Subject: [PATCH] Unbeta Legalpad Summary: Fixes T3116. This app is still pretty basic, but solves a real problem and doesn't have any major missing features. Test Plan: Observed no "Beta" on launcher. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T3116 Differential Revision: https://secure.phabricator.com/D9774 --- .../application/PhabricatorApplicationLegalpad.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/applications/legalpad/application/PhabricatorApplicationLegalpad.php b/src/applications/legalpad/application/PhabricatorApplicationLegalpad.php index 306073c25f..0cb265acdd 100644 --- a/src/applications/legalpad/application/PhabricatorApplicationLegalpad.php +++ b/src/applications/legalpad/application/PhabricatorApplicationLegalpad.php @@ -18,18 +18,10 @@ final class PhabricatorApplicationLegalpad extends PhabricatorApplication { return "\xC2\xA9"; } - public function getFlavorText() { - return pht('With advanced signature technology.'); - } - public function getApplicationGroup() { return self::GROUP_UTILITIES; } - public function isBeta() { - return true; - } - public function getRemarkupRules() { return array( new LegalpadDocumentRemarkupRule(),