From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: Christian Ebner <c.ebner@proxmox.com>
Cc: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] applied: [PATCH pmg-gui] utils: fix typo in url
Date: Fri, 11 Aug 2023 17:27:07 +0200 [thread overview]
Message-ID: <20230811172707.126d8cc7@rosa.proxmox.com> (raw)
In-Reply-To: <20230811110403.60035-1-c.ebner@proxmox.com>
Thank you very much!
On Fri, 11 Aug 2023 13:04:03 +0200
Christian Ebner <c.ebner@proxmox.com> wrote:
> 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>
prev parent reply other threads:[~2023-08-11 15:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-11 11:04 [pmg-devel] " Christian Ebner
2023-08-11 15:27 ` Stoiko Ivanov [this message]
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=20230811172707.126d8cc7@rosa.proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=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