mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-11 15:21:03 +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:
parent
7d69d8ae6a
commit
aa909ba072
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ final class PhabricatorAuthDowngradeSessionController
|
||||||
'On the plus side, that purple notification bubble will '.
|
'On the plus side, that purple notification bubble will '.
|
||||||
'disappear.'))
|
'disappear.'))
|
||||||
->addSubmitButton(pht('Leave High Security'))
|
->addSubmitButton(pht('Leave High Security'))
|
||||||
->addCancelButton($panel_uri, pht('Stay in High Security'));
|
->addCancelButton($panel_uri, pht('Stay'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue