@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.

Shorten buttons on Leaving High Security Page

Summary: Changes the text to just "Stay", which is still obvious what it means, with less copy. Fixes T7027

Test Plan: Now works on mobile.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7027

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

+1 -1
+1 -1
src/applications/auth/controller/PhabricatorAuthDowngradeSessionController.php
··· 42 42 'On the plus side, that purple notification bubble will '. 43 43 'disappear.')) 44 44 ->addSubmitButton(pht('Leave High Security')) 45 - ->addCancelButton($panel_uri, pht('Stay in High Security')); 45 + ->addCancelButton($panel_uri, pht('Stay')); 46 46 } 47 47 48 48