X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2FUtils.js;fp=src%2FUtils.js;h=7dd034a5e56f0c8a2d20b2acd1ad067a5446a61e;hb=2834a05d2bc6458ad1baafcbdc4e9bd1c59d5f9c;hp=2d4e1ddb8305b64b23fc10a6df4a4dd844c942f5;hpb=502c84b1ee6ea375248baa740f21671c44919616;p=proxmox-widget-toolkit.git diff --git a/src/Utils.js b/src/Utils.js index 2d4e1dd..7dd034a 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -155,7 +155,11 @@ utilities: { }, getNoSubKeyHtml: function(url) { - return Ext.String.format('You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options.', url || 'https://www.proxmox.com'); + let html_url = Ext.String.format('www.proxmox.com', url || 'https://www.proxmox.com'); + return Ext.String.format( + gettext('You do not have a valid subscription for this server. Please visit {0} to get a list of available options.'), + html_url, + ); }, format_boolean_with_default: function(value) {