Skip to content

fix: update apostrophes to HTML entities in database-related text#232

Merged
felix-schultz merged 1 commit intoalphafrom
dev
Aug 24, 2025
Merged

fix: update apostrophes to HTML entities in database-related text#232
felix-schultz merged 1 commit intoalphafrom
dev

Conversation

@felix-schultz
Copy link
Copy Markdown
Member

This pull request makes minor improvements to the user interface text in the apps/desktop/app/library/config/explore/page.tsx file by ensuring that apostrophes and quotation marks are properly encoded for HTML safety and consistency.

Most important changes:

UI text encoding improvements:

  • Updated the database schema description text in DatabaseHeader to use an HTML-safe apostrophe (').
  • Changed the "No tables match" message in TableGrid to use HTML-safe quotation marks (").
  • Modified the empty state message in EmptyState to use an HTML-safe apostrophe (').

@felix-schultz felix-schultz merged commit 7ee7981 into alpha Aug 24, 2025
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant