From 5740ed3f00ffb9fa2e25d1265985b0b99b0263cf Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 23 Sep 2022 16:56:01 +0200 Subject: [PATCH] fix capitalization --- files/classes/mod_logs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/classes/mod_logs.py b/files/classes/mod_logs.py index a847f48a6..34a20db20 100644 --- a/files/classes/mod_logs.py +++ b/files/classes/mod_logs.py @@ -435,12 +435,12 @@ ACTIONTYPES = { "color": 'bg-success' }, 'update_hat': { - "str": 'Updated hat image', + "str": 'updated hat image', "icon": 'fa-hat-cowboy', "color": 'bg-success' }, 'update_marsey': { - "str": 'Updated marsey image', + "str": 'updated marsey image', "icon": 'fa-cat', "color": 'bg-success' }