From 68db7fc23ed8557482da705e4602effd1a2ec5ca Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 13 Apr 2022 16:32:03 +0200 Subject: [PATCH] fds --- files/classes/mod_logs.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/classes/mod_logs.py b/files/classes/mod_logs.py index 698431948c..7fc7685e1a 100644 --- a/files/classes/mod_logs.py +++ b/files/classes/mod_logs.py @@ -201,12 +201,12 @@ ACTIONTYPES = { "color": 'bg-muted' }, 'distinguish_comment': { - "str": 'distinguished their {self.target_link}', + "str": 'distinguished {self.target_link}', "icon": 'fa-crown', "color": 'bg-success' }, 'distinguish_post': { - "str": 'distinguished their post {self.target_link}', + "str": 'distinguished {self.target_link}', "icon": 'fa-crown', "color": 'bg-success' }, @@ -376,12 +376,12 @@ ACTIONTYPES = { "color": 'bg-muted' }, 'undistinguish_comment': { - "str": 'un-distinguished their {self.target_link}', + "str": 'un-distinguished {self.target_link}', "icon": 'fa-crown', "color": 'bg-muted' }, 'undistinguish_post': { - "str": 'un-distinguished their post {self.target_link}', + "str": 'un-distinguished {self.target_link}', "icon": 'fa-crown', "color": 'bg-muted' },