Skip to content

Commit

Permalink
fix(entities-consumers): provide correct description for cascade dele…
Browse files Browse the repository at this point in the history
…te (#1878)
  • Loading branch information
TT1228 authored Jan 2, 2025
1 parent eafcd5d commit 981ad4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"delete": {
"title": "Delete a Consumer Group",
"description": "Deleting this group will remove this group from all plugins and its rate limit configuration. This action cannot be reversed."
"description": "Deleting this group will remove all its plugins and rate limit configuration. This action cannot be reversed."
},
"consumers": {
"add": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-consumers/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"delete": {
"title": "Delete a Consumer",
"description": "Deleting this consumer will also remove this consumer from any associated consumer group. This action cannot be reversed."
"description": "Deleting this consumer will also remove this consumer from any associated consumer group and delete all its plugins. This action cannot be reversed."
},
"consumer_groups": {
"add": {
Expand Down

0 comments on commit 981ad4a

Please sign in to comment.