fix: consistent enabled/disabled wording for connector status#7897
Conversation
The dropdown actions say "Enable"/"Disable" but the status badges showed "In Progress"/"Paused". Now both use "Enabled"/"Disabled" for consistency. Resolves ENG-769 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
WalkthroughThe change updates the localization strategy for connector status badge labels in the connector table row component. Translation keys for "active" and "paused" statuses were switched from workspace-specific keys ( 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@Dhruwang this works! For context, I have tweaked the state to be dependent on the Connector type (Formbricks Surveys have "Live Sync" while CSV has "Ready") but we can simplify this, merge this PR and and remove this tweak from the PR which will throw a merge conflict |
- Add optional chaining for organization.billing in response pipeline - Add missing feedbackRecordDirectoryId to Chart seed data Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…oute Pipeline errors (snapshot loading or dispatch) should not prevent the 201 response from being returned. Dispatch pipeline events without awaiting so the response is returned immediately. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|



Summary
common.enabledandcommon.disabledlocale keys across all 15 localesFixes https://linear.app/formbricks/issue/ENG-769/inconsistent-wording-in-input-sources-v5
Test plan
Resolves ENG-769
🤖 Generated with Claude Code