File tree 3 files changed +5
-4
lines changed
app/[locale]/(authorized)/kafka/[kafkaId]/consumer-groups/[groupId]/reset-offset
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export function DryrunSelect({
55
55
} }
56
56
aria-label = "dryrun toggle button"
57
57
onClick = { onToggleClick }
58
+ isDisabled = { isDisabled }
58
59
/>
59
60
) }
60
61
>
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export function ResetOffset({
240
240
onClick = { handleSave }
241
241
isDisabled = { isLoading || ! isEnabled }
242
242
>
243
- { t ( "save " ) }
243
+ { t ( "reset " ) }
244
244
</ Button >
245
245
< DryrunSelect
246
246
openDryrun = { openDryrun }
Original file line number Diff line number Diff line change 402
402
"close" : " Close" ,
403
403
"refresh" : " Refresh and retry" ,
404
404
"cancel" : " Cancel" ,
405
- "reset_offset" : " Reset consumer offset " ,
405
+ "reset_offset" : " Reset consumer offsets " ,
406
406
"reset_offset_description" : " Consumer group must be empty to reset offsets." ,
407
407
"member_shutdown_helper_text" : " To reset the consumer group offsets, all the active members must be shut down." ,
408
408
"shutdown_active_members" : " Shut down active members before proceeding" ,
409
409
"learn_to_shutdown_members" : " Learn how to shut down members" ,
410
- "reset_consumer_offset" : " Reset consumer offset " ,
410
+ "reset_consumer_offset" : " Reset consumer offsets " ,
411
411
"consumer_name" : " Consumer group: <b>{consumerGroupName}</b>" ,
412
412
"target" : " Target" ,
413
413
"apply_action_on" : " Apply action on" ,
422
422
"specific_date_time" : " Specific Date time"
423
423
},
424
424
"custom_offset" : " Custom offset" ,
425
- "save " : " Save " ,
425
+ "reset " : " Reset " ,
426
426
"dry_run" : " Dry run" ,
427
427
"partitions" : " Partitions" ,
428
428
"all_partitions" : " All partitions" ,
You can’t perform that action at this time.
0 commit comments