diff --git a/src/applications/conpherence/controller/ConpherenceViewController.php b/src/applications/conpherence/controller/ConpherenceViewController.php index d57f7de89c..4a047ce0e4 100644 --- a/src/applications/conpherence/controller/ConpherenceViewController.php +++ b/src/applications/conpherence/controller/ConpherenceViewController.php @@ -133,6 +133,7 @@ final class ConpherenceViewController extends $update_uri = $this->getApplicationURI('update/'.$conpherence->getID().'/'); Javelin::initBehavior('conpherence-pontificate'); + $is_serious = PhabricatorEnv::getEnvConfig('phabricator.serious-business'); $form = id(new AphrontFormView()) @@ -147,7 +148,10 @@ final class ConpherenceViewController extends ->setName('text')) ->appendChild( id(new AphrontFormSubmitControl()) - ->setValue(pht('Pontificate'))) + ->setValue( + $is_serious + ? pht('Send') + : pht('Pontificate'))) ->appendChild( javelin_tag( 'input',