From 7433dec94cbad330fcc3eb51839fec27fa624629 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 20 Feb 2023 20:03:26 +0200 Subject: [PATCH] made the reverting mod actions mod log clearer --- files/helpers/config/modaction_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/modaction_types.py b/files/helpers/config/modaction_types.py index aae1ab81d..e8cd79b07 100644 --- a/files/helpers/config/modaction_types.py +++ b/files/helpers/config/modaction_types.py @@ -247,7 +247,7 @@ MODACTION_TYPES = { "color": 'bg-danger' }, 'revert': { - "str": 'reverted {self.target_link} mod actions', + "str": "reverted {self.target_link}'s mod actions made in the last 24 hours", "icon": 'fa-history', "color": 'bg-danger' },