fix (dashboard): Clean up names.

This commit is contained in:
2023-08-18 23:47:49 +03:00
parent a1072bb8f6
commit 8af1e73c17
11 changed files with 43 additions and 1 deletions

View File

@@ -82,5 +82,9 @@ class LocaleDashboard(DashboardSection):
'dash:locale|title',
"Server Language Configuration ({commands[configure language]})"
)
_option_name = _p(
"dash:locale|dropdown|placeholder",
"Server Language Panel"
)
configui = LocaleSettingUI
setting_classes = LocaleSettingUI.setting_classes