1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 03:50:54 +01: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/',
'class' => 'phabricator-notification-clear-all'
),
pht('Clear All Notifications')),
pht('Mark All Read')),
$content,
phutil_tag(
'a',