1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-04-08 18:38:35 +02:00

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
This commit is contained in:
epriestley 2014-05-12 07:24:09 -07:00
parent 23487dc357
commit 1687ffcd9e

View file

@ -42,7 +42,7 @@ final class PhabricatorNotificationPanelController
'href' => '/notification/clear/', 'href' => '/notification/clear/',
'class' => 'phabricator-notification-clear-all' 'class' => 'phabricator-notification-clear-all'
), ),
pht('Clear All Notifications')), pht('Mark All Read')),
$content, $content,
phutil_tag( phutil_tag(
'a', 'a',