Commit 45d84e02 authored by Dietmar Maurer's avatar Dietmar Maurer

correctly use gettext('Name') in clone GUI

parent 8471d4a3
......@@ -187,7 +187,7 @@ Ext.define('PVE.window.Clone', {
xtype: 'textfield',
name: 'name',
allowBlank: true,
fieldLabel: 'Name'
fieldLabel: gettext('Name')
}
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment