diff --git a/app/javascript/dashboard/i18n/locale/en/sla.json b/app/javascript/dashboard/i18n/locale/en/sla.json index ce6e3d17e..987df35de 100644 --- a/app/javascript/dashboard/i18n/locale/en/sla.json +++ b/app/javascript/dashboard/i18n/locale/en/sla.json @@ -6,6 +6,13 @@ "DESCRIPTION": "Service Level Agreements (SLAs) are contracts that define clear expectations between your team and customers. They establish standards for response and resolution times, creating a framework for accountability and ensures a consistent, high-quality experience.", "LEARN_MORE": "Learn more about SLA", "LOADING": "Fetching SLAs", + "PAYWALL": { + "TITLE": "Upgrade to create SLAs", + "AVAILABLE_ON": "SLA management is available on the Business and Enterprise plans only.", + "UPGRADE_PROMPT": "Upgrade now to get access to advanced features like team management, automations, custom attributes, and more.", + "UPGRADE_NOW": "Upgrade now", + "CANCEL_ANYTIME": "You can change or cancel your plan anytime" + }, "LIST": { "404": "There are no SLAs available in this account.", "EMPTY": { @@ -93,4 +100,4 @@ "HIDE": "Hide {count} rows" } } -} +} \ No newline at end of file diff --git a/app/javascript/dashboard/routes/dashboard/settings/sla/components/SLAPaywall.vue b/app/javascript/dashboard/routes/dashboard/settings/sla/components/SLAPaywall.vue index ec4b7a9ba..6a498d02f 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/sla/components/SLAPaywall.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/sla/components/SLAPaywall.vue @@ -31,17 +31,15 @@ function routeToBilling() { - Upgrade to create SLAs + {{ $t('SLA.PAYWALL.TITLE') }} -

- SLA management is available on the - Business and Enterprise - plans only. -

+

- Upgrade now to get access to advanced features like team management, - automations, custom attributes, and more. + {{ $t('SLA.PAYWALL.UPGRADE_PROMPT') }}

- Upgrade Now + {{ $t('SLA.PAYWALL.UPGRADE_NOW') }}

- You can change or cancel your plan anytime + {{ $t('SLA.PAYWALL.CANCEL_ANYTIME') }}