mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 20:10:55 +01:00
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
This commit is contained in:
parent
ea50ac32d3
commit
6d51958b5c
1 changed files with 0 additions and 8 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue