ui: fixup title case

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-14 11:37:18 +01:00
parent 11363a6a69
commit 7739004815
1 changed files with 1 additions and 1 deletions

View File

@ -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,