Skip to content

Commit

Permalink
ui: change 'Physcial Replication Producer' category to 'Replication P…
Browse files Browse the repository at this point in the history
…roducer'

Epic: none

Release note: none
  • Loading branch information
msbutler committed Jul 17, 2024
1 parent b140278 commit 266c014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ui/workspaces/cluster-ui/src/jobs/util/jobOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const typeOptions = [
},
{
value: JobType.REPLICATION_STREAM_PRODUCER.toString(),
name: "Physical Replication Producer",
name: "Replication Producer",
key: jobTypeKeys[JobType.REPLICATION_STREAM_PRODUCER],
},
{
Expand Down

0 comments on commit 266c014

Please sign in to comment.