N°3936 - Remove 🌕 emoji from the theme label, it's was a bit too much 😁

This commit is contained in:
Molkobain
2021-04-09 09:05:04 +02:00
parent 25e88b889d
commit deed948f54
15 changed files with 15 additions and 15 deletions

View File

@@ -365,6 +365,6 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// Themes
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));