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

Stoiko Ivanov s.ivanov at proxmox.com
Fri Aug 11 17:27:07 CEST 2023


Thank you very much!

On Fri, 11 Aug 2023 13:04:03 +0200
Christian Ebner <c.ebner at proxmox.com> wrote:

> 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>





More information about the pmg-devel mailing list