Skip to content

Fix: correct kafka schema registry placeholder text#53740

Draft
Bojun-Vvibe wants to merge 1 commit intoquarkusio:mainfrom
Bojun-Vvibe:agent/quarkusio_quarkus-1776829320
Draft

Fix: correct kafka schema registry placeholder text#53740
Bojun-Vvibe wants to merge 1 commit intoquarkusio:mainfrom
Bojun-Vvibe:agent/quarkusio_quarkus-1776829320

Conversation

@Bojun-Vvibe
Copy link
Copy Markdown

Repo: quarkusio/quarkus (⭐ 13000)
Type: bugfix
Files changed: 2
Lines: +5/-6

What

This change fixes a user-visible typo in the Kafka Dev UI schema registry placeholder and aligns the component's internal class name and comment with the existing schema-registry terminology. The patch updates the English localization entry and the corresponding Lit component so the Dev UI consistently refers to the feature as "Schema Registry".

Why

The current Dev UI uses the incorrect term "Scheme Registry", which is visible to users and also leaks into the component source. Correcting the terminology improves the polish of the Kafka extension UI and removes an unnecessary inconsistency in a narrowly scoped way.

Testing

Verified the final diff locally with git diff and rg to confirm the outdated Scheme Registry string and the old QwcKafkaSchemeRegistry identifier no longer appear in the Kafka Dev UI resources. No automated tests were run because this is a small static UI text cleanup.

Risk

Low / String-only and internal identifier cleanup in a single Dev UI component with no behavioral logic changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants