* [pmg-devel] [PATCH pmg-gui] utils: fix typo in url
@ 2023-08-11 11:04 Christian Ebner
2023-08-11 15:27 ` [pmg-devel] applied: " Stoiko Ivanov
0 siblings, 1 reply; 2+ messages in thread
From: Christian Ebner @ 2023-08-11 11:04 UTC (permalink / raw)
To: pmg-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pmg-devel] applied: [PATCH pmg-gui] utils: fix typo in url
2023-08-11 11:04 [pmg-devel] [PATCH pmg-gui] utils: fix typo in url Christian Ebner
@ 2023-08-11 15:27 ` Stoiko Ivanov
0 siblings, 0 replies; 2+ messages in thread
From: Stoiko Ivanov @ 2023-08-11 15:27 UTC (permalink / raw)
To: Christian Ebner; +Cc: pmg-devel
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-11 15:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11 11:04 [pmg-devel] [PATCH pmg-gui] utils: fix typo in url Christian Ebner
2023-08-11 15:27 ` [pmg-devel] applied: " Stoiko Ivanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox