Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in messages file for committed offset #762

Merged
merged 1 commit into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ui/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"connected_kafka_clusters": "Connected Kafka clusters",
"page_header": "Welcome to the {product} console",
"page_subtitle": "The {brand} {product} console provides a user interface formanaging and monitoring your streaming resources",
"platform_openshift_cluster": "<strong>Platform: OpenShift Cluster</strong>",
"platform_openshift_cluster": "<strong>Platform: OpenShift Cluster</strong>",
"recently_viewed_topics_header": "Recently viewed topics",
"recently_viewed_topics_header_popover": "When you start looking at specific topics through the {product} console, they'll start showing here.",
"last_accessed_topics": "The last 5 topics this account has accessed from the {product} console.",
Expand Down Expand Up @@ -407,10 +407,10 @@
"topic": "Topic",
"partition": "Partition",
"lag": "Lag",
"committed_offset": "Commited offset",
"committed_offset": "Committed offset",
"committed_offset_tooltip": "The offset in the Kafka topic marking the last successfully consumed message by the consumer.",
"end_offset": "End offset",
"end_offset_tooltip": "The highest offset in the Kafka topic, representing the latest available message."
"end_offset_tooltip": "The highest offset in the Kafka topic, representing the latest available message."
},
"ConsumerGroup":{
"reset_offset": "Reset offset",
Expand Down
Loading