]> git.proxmox.com Git - pmg-gui.git/commitdiff
utils: fix typo in url
authorChristian Ebner <c.ebner@proxmox.com>
Fri, 11 Aug 2023 11:04:03 +0000 (13:04 +0200)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 11 Aug 2023 15:22:12 +0000 (17:22 +0200)
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
js/mobile/utils.js

index 244b1e85852fe6074c8d236ce7f18e3ae183138b..d12da5010ad30f7db672e1fbec7a7947130d8bba 100644 (file)
@@ -133,7 +133,7 @@ PMG = {
        checkSubscription(data, showPopup) {
            return new Promise(function(resolve, reject) {
                if (data.status?.toLowerCase() !== 'active') {
-                   let url = data.url || 'https://wwww.proxmox.com';
+                   let url = data.url || 'https://www.proxmox.com';
                    let err = `You do not have a valid subscription for this server.
                            Please visit
                            <a target="_blank" href="${url}">www.proxmox.com</a>