[pve-devel] [PATCH manager] ui: storage: pbsedit: Fix spelling

Dominic Jäger d.jaeger at proxmox.com
Wed Nov 25 13:15:19 CET 2020


No e in unusable.

to loose means to free from restraint, or to make less tight or strict [1].
to lose means to fail to keep, or to miss something from one's possession [2].
So "losing" (instead of "loosing") would be bad.

[0] https://www.merriam-webster.com/dictionary/unusable
[1] https://www.merriam-webster.com/dictionary/loose
[2] https://www.merriam-webster.com/dictionary/lose

Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
---
 www/manager6/storage/PBSEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js
index 444a7e44..6ef1e810 100644
--- a/www/manager6/storage/PBSEdit.js
+++ b/www/manager6/storage/PBSEdit.js
@@ -124,7 +124,7 @@ Ext.define('PVE.Storage.PBSKeyShow', {
 	    border: false,
 	    padding: '10 10 10 10',
 	    userCls: 'pmx-hint',
-	    html: gettext('Please save the encryption key - loosing it will render any backup created with it unuseable'),
+	    html: gettext('Please save the encryption key - losing it will render any backup created with it unusable'),
 	},
     ],
     buttons: [
-- 
2.20.1





More information about the pve-devel mailing list