mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 23:03:55 +00:00
s/Clone To VM/Clone/
This commit is contained in:
parent
eae66cf8d0
commit
939fd1a57a
@ -78,7 +78,7 @@ Ext.define('PVE.qemu.CmdMenu', {
|
||||
}
|
||||
},
|
||||
{
|
||||
text: gettext('Clone To VM'),
|
||||
text: gettext('Clone'),
|
||||
icon: '/pve2/images/forward.png',
|
||||
handler: function() {
|
||||
var win = Ext.create('PVE.window.Clone', {
|
||||
|
@ -45,7 +45,7 @@ Ext.define('PVE.qemu.TemplateMenu', {
|
||||
}
|
||||
},
|
||||
{
|
||||
text: gettext('Clone To VM'),
|
||||
text: gettext('Clone'),
|
||||
icon: '/pve2/images/forward.png',
|
||||
handler: function() {
|
||||
var clonefeature;
|
||||
|
Loading…
Reference in New Issue
Block a user