public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christian Ebner <c.ebner@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-gui] utils: fix typo in url
Date: Fri, 11 Aug 2023 13:04:03 +0200	[thread overview]
Message-ID: <20230811110403.60035-1-c.ebner@proxmox.com> (raw)

Signed-off-by: Christian Ebner <c.ebner@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





             reply	other threads:[~2023-08-11 11:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 11:04 Christian Ebner [this message]
2023-08-11 15:27 ` [pmg-devel] applied: " Stoiko Ivanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230811110403.60035-1-c.ebner@proxmox.com \
    --to=c.ebner@proxmox.com \
    --cc=pmg-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal