Fix: correct kafka schema registry placeholder text#53740
Draft
Bojun-Vvibe wants to merge 1 commit intoquarkusio:mainfrom
Draft
Fix: correct kafka schema registry placeholder text#53740Bojun-Vvibe wants to merge 1 commit intoquarkusio:mainfrom
Bojun-Vvibe wants to merge 1 commit intoquarkusio:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-registryterminology. 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 diffandrgto confirm the outdatedScheme Registrystring and the oldQwcKafkaSchemeRegistryidentifier 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.