[pve-devel] [PATCH widget-toolkit] edit: fix typos

Matthias Heiserer m.heiserer at proxmox.com
Mon Feb 14 11:02:34 CET 2022


Signed-off-by: Matthias Heiserer <m.heiserer at proxmox.com>
---
 src/window/Edit.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/window/Edit.js b/src/window/Edit.js
index afbffaa..264b1ca 100644
--- a/src/window/Edit.js
+++ b/src/window/Edit.js
@@ -13,7 +13,7 @@ Ext.define('Proxmox.window.Edit', {
 
     resizable: false,
 
-    // use this to atimatically generate a title like `Create: <subject>`
+    // use this to automatically generate a title like `Create: <subject>`
     subject: undefined,
 
     // set isCreate to true if you want a Create button (instead OK and RESET)
@@ -22,7 +22,7 @@ Ext.define('Proxmox.window.Edit', {
     // set to true if you want an Add button (instead of Create)
     isAdd: false,
 
-    // set to true if you want an Remove button (instead of Create)
+    // set to true if you want a Remove button (instead of Create)
     isRemove: false,
 
     // set to false, if you don't want the reset button present
-- 
2.30.2






More information about the pve-devel mailing list