mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 17:41:38 +00:00
fix spelling
hope this is correct.
This commit is contained in:
parent
ae266e0764
commit
10def0e8f9
@ -92,7 +92,7 @@ Ext.define('PVE.qemu.CmdMenu', {
|
||||
text: gettext('Convert to template'),
|
||||
icon: '/pve2/images/forward.png',
|
||||
handler: function() {
|
||||
var msg = Ext.String.format(gettext("Do you really want convert VM {0} to template (You'll can use the VM anymore)?"), vmid);
|
||||
var msg = Ext.String.format(gettext("Do you really want to convert VM {0} into a template?"), vmid);
|
||||
Ext.Msg.confirm(gettext('Confirm'), msg, function(btn) {
|
||||
if (btn !== 'yes') {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user