From 981ad4a77538bbef391a2eb0ce94b224ea4a429e Mon Sep 17 00:00:00 2001 From: TianTan Date: Thu, 2 Jan 2025 17:32:57 +0800 Subject: [PATCH] fix(entities-consumers): provide correct description for cascade delete (#1878) --- packages/entities/entities-consumer-groups/src/locales/en.json | 2 +- packages/entities/entities-consumers/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/entities/entities-consumer-groups/src/locales/en.json b/packages/entities/entities-consumer-groups/src/locales/en.json index ac315464f9..094d9f3f3e 100644 --- a/packages/entities/entities-consumer-groups/src/locales/en.json +++ b/packages/entities/entities-consumer-groups/src/locales/en.json @@ -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": { diff --git a/packages/entities/entities-consumers/src/locales/en.json b/packages/entities/entities-consumers/src/locales/en.json index 3525a95f7e..dcfd6a3e4a 100644 --- a/packages/entities/entities-consumers/src/locales/en.json +++ b/packages/entities/entities-consumers/src/locales/en.json @@ -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": {