]> git.proxmox.com Git - pmg-gui.git/commitdiff
dashboard: fix untranslated use of "Subscription"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Jan 2023 07:53:15 +0000 (08:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Jan 2023 07:53:15 +0000 (08:53 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/Dashboard.js

index b1ca8ddeb97a4a7966578bbe33fdca41fc5e94ab..a08e2c90a9aae73a8cd4aefb97c74bfb3c5db8e8 100644 (file)
@@ -407,7 +407,7 @@ Ext.define('PMG.Dashboard', {
                },
                {
                    iconCls: 'fa fa-ticket',
-                   title: 'Subscription',
+                   title: gettext('Subscription'),
                    reference: 'subscription',
                    xtype: 'pmgSubscriptionInfo',
                    margin: '10 0 0 0',