Correct "counter" to "action" in minor text message

This commit is contained in:
Pragmatic Software 2017-11-08 11:16:46 -08:00
parent 39c9efd7d1
commit 5c954dc43c
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ sub actiontrigger {
my @triggers = $self->list_triggers($channel);
if (not @triggers) {
$result = "No counter triggers set for $channel.";
$result = "No action triggers set for $channel.";
} else {
$result = "Triggers for $channel:\n";
my $comma = '';