1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 05:42:40 +01:00

Fix some copy/paste slop with BLOCK actions in Herald transcripts

Summary: Fixes T9060. These actions still work fine, but the transcripts got messed up a bit.

Test Plan: Viewed transcripts with blocking actions.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9060

Differential Revision: https://secure.phabricator.com/D13782
This commit is contained in:
epriestley 2015-08-04 07:32:19 -07:00
parent 46bd6b30f8
commit 386d2b62f8
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ final class DifferentialBlockHeraldAction
protected function renderActionEffectDescription($type, $data) {
switch ($type) {
case self::DO_ADD_AUDITORS:
case self::DO_BLOCK:
return pht('Blocked diff.');
}
}

View file

@ -49,7 +49,7 @@ final class DiffusionBlockHeraldAction
protected function renderActionEffectDescription($type, $data) {
switch ($type) {
case self::DO_ADD_AUDITORS:
case self::DO_BLOCK:
return pht('Blocked push.');
}
}