]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager/dc/Support.js
Added translations
[pve-manager.git] / www / manager / dc / Support.js
index bcdae79bb43173f47b73baf2dece434362281964..1ed32d4b5a046abbb37dc8fd641aeaa909bbeb1b 100644 (file)
@@ -46,8 +46,8 @@ Ext.define('PVE.dc.Support', {
                method: 'GET',
                waitMsgTarget: me,
                failure: function(response, opts) {
-                   Ext.Msg.alert('Error', response.htmlStatus);
-                   me.update("Unable to load subscription status: " + response.htmlStatus);
+                   Ext.Msg.alert(gettext('Error'), response.htmlStatus);
+                   me.update(gettext('Unable to load subscription status') + ": " + response.htmlStatus);
                },
                success: function(response, opts) {
                    var data = response.result.data;
@@ -75,4 +75,4 @@ Ext.define('PVE.dc.Support', {
 
        me.callParent();
     }
-});
\ No newline at end of file
+});