]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/AttachmentGrid.js
attachment grid: fix typo in title
[pmg-gui.git] / 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();