diff --git a/dashboard-ui/livetvguide.html b/dashboard-ui/livetvguide.html index 6be147d3c..5c20c99ab 100644 --- a/dashboard-ui/livetvguide.html +++ b/dashboard-ui/livetvguide.html @@ -32,6 +32,15 @@
${PasswordLocalhostMessage}
'; + + if (info.enableSupporterUnlock && info.enableAppUnlock) { + html += Globalize.translate('MessageUnlockAppWithPurchaseOrSupporter'); + } + else if (info.enableSupporterUnlock) { + html += Globalize.translate('MessageUnlockAppWithSupporter'); + } else if (info.enableAppUnlock) { + html += Globalize.translate('MessageUnlockAppWithPurchase'); + } else { + html += ''; + html += Globalize.translate('MessagePaymentServicesUnavailable'); + html += ''; + } + html += '
'; + html += Globalize.translate('MessageToValidateSupporter'); + html += '