From 8ca29a607a2bf82bf83f1a6dcc61d85de6d6367d Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 5 Aug 2017 19:32:26 -0700 Subject: [PATCH] Remove incorrect policy language on Diff reviewers Summary: Fixes T12952. This never work AFAIK, so resolves this mis-information. See T4411 for follow up. Test Plan: Click on policy for a diff, no longer see text. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12952 Differential Revision: https://secure.phabricator.com/D18349 --- src/applications/differential/storage/DifferentialRevision.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/differential/storage/DifferentialRevision.php b/src/applications/differential/storage/DifferentialRevision.php index 0e968dccf4..7ad01c02ca 100644 --- a/src/applications/differential/storage/DifferentialRevision.php +++ b/src/applications/differential/storage/DifferentialRevision.php @@ -523,7 +523,6 @@ final class DifferentialRevision extends DifferentialDAO switch ($capability) { case PhabricatorPolicyCapability::CAN_VIEW: - $description[] = pht("A revision's reviewers can always view it."); $description[] = pht( 'If a revision belongs to a repository, other users must be able '. 'to view the repository in order to view the revision.');