diff --git a/src/applications/auth/controller/PhabricatorAuthStartController.php b/src/applications/auth/controller/PhabricatorAuthStartController.php --- a/src/applications/auth/controller/PhabricatorAuthStartController.php +++ b/src/applications/auth/controller/PhabricatorAuthStartController.php @@ -229,7 +229,7 @@ return $this->newDialog() ->setTitle(pht('Login Required')) - ->appendParagraph(pht('You must login to continue.')) + ->appendParagraph(pht('You must login to take this action.')) ->addSubmitButton(pht('Login')) ->addCancelButton('/'); }