Skip to content

Commit

Permalink
Fixed the AdaShield message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mleandrojr committed Jul 6, 2023
1 parent 90e5780 commit 5882b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/AdaShield.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class AdaShield extends Action {
*
* @var string
*/
private banMessage: string = "adaShield";
private banMessage: string = "adaShieldMessage";

/**
* The constructor.
Expand Down

0 comments on commit 5882b42

Please sign in to comment.