ui: fixup title case
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
11363a6a69
commit
7739004815
|
@ -45,7 +45,7 @@ Ext.define('PBS.NodeOptionView', {
|
||||||
{
|
{
|
||||||
xtype: 'combobox',
|
xtype: 'combobox',
|
||||||
name: 'default-lang',
|
name: 'default-lang',
|
||||||
text: gettext('Default language'),
|
text: gettext('Default Language'),
|
||||||
defaultValue: '__default__',
|
defaultValue: '__default__',
|
||||||
comboItems: Proxmox.Utils.language_array(),
|
comboItems: Proxmox.Utils.language_array(),
|
||||||
deleteEmpty: true,
|
deleteEmpty: true,
|
||||||
|
|
Loading…
Reference in New Issue