]> git.proxmox.com Git - pmg-gui.git/commitdiff
attachment grid: fix typo in title
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 7 Nov 2022 14:36:19 +0000 (15:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Nov 2022 15:53:57 +0000 (16:53 +0100)
s/Attachements/Attachments/

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/AttachmentGrid.js

index eaac638f7fe9e8af30d7a1a90f4b4f6aa23be20c..3187a58de399adbeaf24b0e780549370b844a4ca 100644 (file)
@@ -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();