mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 05:52:32 +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',
|
icon: '/pve2/images/forward.png',
|
||||||
handler: function() {
|
handler: function() {
|
||||||
var win = Ext.create('PVE.window.Clone', {
|
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',
|
icon: '/pve2/images/forward.png',
|
||||||
handler: function() {
|
handler: function() {
|
||||||
var clonefeature;
|
var clonefeature;
|
||||||
|
Loading…
Reference in New Issue
Block a user