@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

Make phrasing on "Mark All Read" consistent

Summary: Fixes T5025. We label this action in two different ways ("Clear All Notifications", "Mark All Read"). The latter is probably a better description.

Test Plan: looked at the UI.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5025

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

+1 -1
+1 -1
src/applications/notification/controller/PhabricatorNotificationPanelController.php
··· 42 42 'href' => '/notification/clear/', 43 43 'class' => 'phabricator-notification-clear-all' 44 44 ), 45 - pht('Clear All Notifications')), 45 + pht('Mark All Read')), 46 46 $content, 47 47 phutil_tag( 48 48 'a',