kasiazjc opened a new pull request, #34432:
URL: https://github.com/apache/superset/pull/34432
### SUMMARY
Update "Add Filter" and "Add Divider" button labels to use sentence case
("Add filter" and "Add divider") for better consistency with UI standards and
modern design patterns.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
**Before:** "Add Filter" and "Add Divider"
**After:** "Add filter" and "Add divider"
### TESTING INSTRUCTIONS
1. Navigate to a dashboard in edit mode
2. Open the native filters configuration modal
3. Verify that the buttons now display "Add filter" and "Add divider"
(sentence case)
4. Run the frontend tests to ensure they pass:
```bash
npm test FilterConfigPane.test.tsx
```
### ADDITIONAL INFORMATION
- [ ] Has associated issue:
- [ ] Required feature flags:
- [x] Changes UI
- [ ] Includes DB Migration (follow approval process in
[SIP-59](https://github.com/apache/superset/issues/13351))
- [ ] Migration is atomic, supports rollback & is backwards-compatible
- [ ] Confirm DB migration upgrade and downgrade tested
- [ ] Runtime estimates and downtime expectations provided
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API
**Note:** Translation files will need to be updated separately through the
i18n process.
🤖 Generated with [Claude Code](https://claude.ai/code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]