From 1901fcce683bed1535874e5af403b01365b7232a Mon Sep 17 00:00:00 2001 From: Emiliano Frascaro Date: Tue, 2 Jun 2026 17:19:43 +0200 Subject: [PATCH] Premium Light: canale YouTube indicato come Match Live TV. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sostituisce la dicitura obsoleta Match TV Light in prezzi, FAQ e funzionalità. Co-authored-by: Cursor --- backend/app/views/public/pages/faq.html.erb | 2 +- backend/app/views/public/pages/features.html.erb | 4 ++-- backend/app/views/public/pages/pricing.html.erb | 2 +- backend/app/views/public/teams/billing.html.erb | 2 +- backend/app/views/shared/_plan_cards.html.erb | 2 +- docs/PRODUCT_PREMIUM.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/app/views/public/pages/faq.html.erb b/backend/app/views/public/pages/faq.html.erb index 59a84d4..99d0970 100644 --- a/backend/app/views/public/pages/faq.html.erb +++ b/backend/app/views/public/pages/faq.html.erb @@ -62,7 +62,7 @@
La diretta va anche su YouTube?

- Con Premium Light puoi mandarla sul canale Match TV Light; con Premium Full anche sul canale YouTube della società. + Con Premium Light puoi mandarla sul canale Match Live TV; con Premium Full anche sul canale YouTube della società. Chi preferisce resta sul link Match Live TV, comodo per le famiglie.

diff --git a/backend/app/views/public/pages/features.html.erb b/backend/app/views/public/pages/features.html.erb index 629e394..8849fab 100644 --- a/backend/app/views/public/pages/features.html.erb +++ b/backend/app/views/public/pages/features.html.erb @@ -44,8 +44,8 @@

Con Premium Light o Full le gare restano salvate sul server (30 o 90 giorni) e puoi scaricarle sul telefono quando serve.

-

Anche su YouTube (Match TV Light)

-

Con Premium Light la diretta è visibile anche sul canale YouTube Match TV Light, oltre al link Match Live TV.

+

Anche su YouTube (Match Live TV)

+

Con Premium Light la diretta è visibile anche sul canale YouTube Match Live TV, oltre al link sul sito.

Canale YouTube della società

diff --git a/backend/app/views/public/pages/pricing.html.erb b/backend/app/views/public/pages/pricing.html.erb index 25035b8..ba91703 100644 --- a/backend/app/views/public/pages/pricing.html.erb +++ b/backend/app/views/public/pages/pricing.html.erb @@ -26,7 +26,7 @@ Responsabili trasmissione / anno15Illimitato Partite in contemporanea1310 Live su Match Live TVSìSìSì - YouTubeNoMatch TV LightCanale società + YouTubeNoMatch Live TVCanale società Replay serverNo30 gg90 gg Download telefonoNoSìSì Prezzo€0€40/anno o €5/mese€200/anno o €20/mese diff --git a/backend/app/views/public/teams/billing.html.erb b/backend/app/views/public/teams/billing.html.erb index 71c7d0b..c587129 100644 --- a/backend/app/views/public/teams/billing.html.erb +++ b/backend/app/views/public/teams/billing.html.erb @@ -22,7 +22,7 @@
  • Staff trasmissione: <%= plan.max_staff_transmission || "illimitato" %> / anno
  • Partite: <%= plan.concurrent_streams_limit || "illimitate" %> in contemporanea
  • Replay: <%= plan.recordings_enabled? ? "#{plan.recording_days} giorni" : "no" %>
  • -
  • YouTube: <% if plan.slug == "premium_light" %>Match TV Light<% elsif plan.youtube_enabled? %>canale società<% else %>no<% end %>
  • +
  • YouTube: <% if plan.slug == "premium_light" %>Match Live TV<% elsif plan.youtube_enabled? %>canale società<% else %>no<% end %>
  • <% if plan.slug == @entitlements.plan.slug %> Piano attuale diff --git a/backend/app/views/shared/_plan_cards.html.erb b/backend/app/views/shared/_plan_cards.html.erb index 686259b..00573f8 100644 --- a/backend/app/views/shared/_plan_cards.html.erb +++ b/backend/app/views/shared/_plan_cards.html.erb @@ -33,7 +33,7 @@
  • Responsabili trasmissione: <%= plan.max_staff_transmission || "illimitato" %> / anno per squadra
  • Partite: <%= plan.concurrent_streams_limit || "illimitate" %> in contemporanea (tutta la società)
  • Replay: <%= plan.recordings_enabled? ? "#{plan.recording_days} giorni" : "no" %>
  • -
  • YouTube: <% if plan.slug == "premium_light" %>Match TV Light<% elsif plan.youtube_enabled? %>canale società<% else %>no<% end %>
  • +
  • YouTube: <% if plan.slug == "premium_light" %>Match Live TV<% elsif plan.youtube_enabled? %>canale società<% else %>no<% end %>
  • <% if billing_mode %> <% action_kind = action[:kind] %> diff --git a/docs/PRODUCT_PREMIUM.md b/docs/PRODUCT_PREMIUM.md index 67f7d79..9ebd620 100644 --- a/docs/PRODUCT_PREMIUM.md +++ b/docs/PRODUCT_PREMIUM.md @@ -7,7 +7,7 @@ | Responsabili trasmissione / anno | 1 | 5 | Illimitato | | Partite in contemporanea | 1 | 3 | 10 | | Live Match Live TV | Sì | Sì | Sì | -| YouTube | No | Match TV Light | Canale società | +| YouTube | No | Match Live TV | Canale società | | Replay server | No | 30 giorni | 90 giorni | | Download telefono | No | Sì | Sì | | Prezzo | €0 | €40/anno o €5/mese | €200/anno o €20/mese |