I observed the same behaviour, regardless of the language set. It seems to be an error in creative.css pointing to an icon whose code does not exist in fontawesome.cduijker wrote: Tuesday 01 September 2020 22:14 No Huawei phone![]()
But it shows on all of my devices. I have set all languages to english on my raspberry and all other OS's.
so why chinese?
I fixed it the simple way by overriding the default icon code found in creative.css with this one entered in custom.css:
Code: Select all
.sec-frame .keypad-input .status[data-id="armhome"]:before {
content: "\e065"; /* replaced for security panel icon arm-away, \f965 in creative.css doesn't work */
}