iachat/app/javascript/dashboard/i18n/locale/en/kanban.json
Gabriel Jablonski 05d47931be
feat: add kanban feature promotion with upgrade banner (#235)
* feat: add kanban feature promotion with upgrade banner

Add a Kanban sidebar item visible to all users that shows a locked
feature promotion page. Super admins see an upgrade button linking to
fazer.ai, while non-admins see a message to contact their administrator.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: allow custom_role users to access kanban promotion page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:31:53 -03:00

12 lines
479 B
JSON

{
"KANBAN": {
"PAYWALL": {
"TITLE": "Upgrade to use Kanban",
"DESCRIPTION": "The Kanban feature requires a fazer.ai Chatwoot Pro subscription.",
"UPGRADE_PROMPT": "Subscribe to fazer.ai Chatwoot Pro to access Kanban funnels, task management, and workflow automation.",
"NON_ADMIN_MESSAGE": "The Kanban feature is not available on your current plan. Please reach out to your administrator to upgrade.",
"UPGRADE_NOW": "Upgrade now"
}
}
}