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:
parent
46bd6b30f8
commit
386d2b62f8
2 changed files with 2 additions and 2 deletions
|
@ -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.');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue