What should I do with this error?
An error occurred while the panel was running!
AttributeError: module 'public' has no attribute 'get_msg_gettext'
REQUEST_DATE: 2022-03-24 23:37:53
PAN_VERSION: 6.8.22
OS_VERSION: Ubuntu 20.04.4 LTS x86_64(Py3.7.9)
REMOTE_ADDR: 192.168.0.9
REQUEST_URI: POST /site?action=get_site_types
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.46
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 1625, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1573, in run
result = getattr(toObject,get.action)(get)
File "class/panelSite.py", line 5048, in get_site_types
data.insert(0, {"id": 0, "name": public.get_msg_gettext('Default category')})
AttributeError: module 'public' has no attribute 'get_msg_gettext'