@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change "Pontificate" text in Serious Business mode

Summary: Fixes T3833. Serious business was seriously disrupted.

Test Plan: Looked at button in both seriousness modes.

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T3833

Differential Revision: https://secure.phabricator.com/D7003

+5 -1
+5 -1
src/applications/conpherence/controller/ConpherenceViewController.php
··· 133 133 $update_uri = $this->getApplicationURI('update/'.$conpherence->getID().'/'); 134 134 135 135 Javelin::initBehavior('conpherence-pontificate'); 136 + $is_serious = PhabricatorEnv::getEnvConfig('phabricator.serious-business'); 136 137 137 138 $form = 138 139 id(new AphrontFormView()) ··· 147 148 ->setName('text')) 148 149 ->appendChild( 149 150 id(new AphrontFormSubmitControl()) 150 - ->setValue(pht('Pontificate'))) 151 + ->setValue( 152 + $is_serious 153 + ? pht('Send') 154 + : pht('Pontificate'))) 151 155 ->appendChild( 152 156 javelin_tag( 153 157 'input',