forked from rDrama/rDrama
1
0
Fork 0

fix capitalization

master
Aevann1 2022-09-23 16:56:01 +02:00
parent c7b41f3b57
commit 5740ed3f00
1 changed files with 2 additions and 2 deletions

View File

@ -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'
}