-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Description
After a recent update (around 3–4 days ago), multiple UI texts across the extension are no longer displayed correctly. Instead of readable labels, internal localization keys are shown (e.g., components.pagination.text1, workflow.conditionBuilder.and). This makes the UI confusing and difficult to use.
To Reproduce
Steps to reproduce the behavior:
- Install and use the extension normally.
- Open the Logs section.
- Observe the pagination text showing keys like components.pagination.text1, components.pagination.text2, components.pagination.of.
- Open a Condition block in a workflow.
- Observe that logical operators display as workflow.conditionBuilder.and and workflow.conditionBuilder.or instead of AND / OR.
Expected behavior
All UI text should display human-readable labels (e.g., “Page”, “of”, “AND”, “OR”) instead of internal localization keys.
Screenshots
Device Information
Desktop:
OS: Windows
Browser: Google Chrome
Extension Version: 1.30.00
Last Updated On: January 24, 2026
Additional context
The extension worked perfectly for about one month before this update. The issue started only after the recent update and affects usability significantly, as the menus and labels are hard to understand in their current state.