mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 17:14:56 +00:00
utils: render default value correctly
This commit is contained in:
parent
0b73467346
commit
e06715d2e5
@ -90,7 +90,7 @@ utilities: {
|
||||
},
|
||||
|
||||
render_language: function(value) {
|
||||
if (!value) {
|
||||
if (!value || value === '__default__') {
|
||||
return Proxmox.Utils.defaultText + ' (English)';
|
||||
}
|
||||
let text = Proxmox.Utils.language_map[value];
|
||||
|
Loading…
Reference in New Issue
Block a user