1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

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
This commit is contained in:
Chad Little 2015-03-14 07:35:01 -07:00
parent 7d69d8ae6a
commit aa909ba072

View file

@ -42,7 +42,7 @@ final class PhabricatorAuthDowngradeSessionController
'On the plus side, that purple notification bubble will '.
'disappear.'))
->addSubmitButton(pht('Leave High Security'))
->addCancelButton($panel_uri, pht('Stay in High Security'));
->addCancelButton($panel_uri, pht('Stay'));
}