Page MenuHomePhabricator

Remove emails from Herald action description for adding CCs
Closed, ResolvedPublic

Description

In src/applications/herald/adapter/HeraldAdapter.php, ln 853:

self::ACTION_ADD_CC       => pht('Add emails to CC'),

Herald uses the description "Add emails to CC" which isn't uniform with the way that Phabricator indicates someone is subscribed to a task. In Phabricator users are added to a CC not the email itself. In fact the user could choose to not get emails. This action description should be updated to "Add to CC %username%" to be more consistent with the interface.

Event Timeline

jdloft raised the priority of this task from to Wishlist.
jdloft updated the task description. (Show Details)
jdloft added a project: Herald.
jdloft added a subscriber: jdloft.
epriestley added a subscriber: epriestley.

This action should read "Add Subscribers".

The corresponding "REMOVE_CC" action should read "Remove Subscribers".

Only the text labels need to change (the constants are fine as ADD_CC, even though this is out of date).