[pmg-devel] [PATCH pmg-gui] utils: fix typo in url

Christian Ebner c.ebner at proxmox.com
Fri Aug 11 13:04:03 CEST 2023


Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
 js/mobile/utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/mobile/utils.js b/js/mobile/utils.js
index 244b1e8..d12da50 100644
--- a/js/mobile/utils.js
+++ b/js/mobile/utils.js
@@ -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>
-- 
2.39.2





More information about the pmg-devel mailing list