[pmg-devel] [PATCH pmg-gui 1/2] AttachmentGrid: fix typo

Dominik Csapak d.csapak at proxmox.com
Mon Nov 7 15:36:19 CET 2022


s/Attachements/Attachments/

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 js/AttachmentGrid.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/AttachmentGrid.js b/js/AttachmentGrid.js
index eaac638..3187a58 100644
--- a/js/AttachmentGrid.js
+++ b/js/AttachmentGrid.js
@@ -44,7 +44,7 @@ Ext.define('PMG.grid.AttachmentGrid', {
 	let me = this;
 	let title;
 	if (count > 0) {
-	    title = Ext.String.format(gettext('{0} Attachements'), count);
+	    title = Ext.String.format(gettext('{0} Attachments'), count);
 	    title += ` (${Proxmox.Utils.format_size(totalSize)})`;
 	    if (me.collapsible) {
 		me.expand();
-- 
2.30.2





More information about the pmg-devel mailing list