]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager/dc/Support.js
popup dialog to remind user about subscriptions
[pve-manager.git] / www / manager / dc / Support.js
index c54cb3d642c0a3ce1515214ad0270969ba63b5c4..bcdae79bb43173f47b73baf2dece434362281964 100644 (file)
@@ -2,7 +2,7 @@ Ext.define('PVE.dc.Support', {
     extend: 'Ext.panel.Panel',
     alias: 'widget.pveDcSupport',
 
-    invalidHtml: '<h1>No valid subscription</h1>You do not have a valid subscription for this server. Please visit <a target="_blank" href="http://www.proxmox.com/products/proxmox-ve/subscription-service-plans">www.proxmox.com</a> to get a list of available options.',
+    invalidHtml: '<h1>No valid subscription</h1>' + PVE.Utils.noSubKeyHtml,
 
     communityHtml: 'Please use the public community <a target="_blank" href="http://forum.proxmox.com">forum</a> for any questions.',