From a224d6c61b2df1a18b6c35875405650382a3ee5e Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 20 Nov 2024 12:48:21 +0100 Subject: [PATCH] Fix grammar issue in remove_fabric_confirm_text (#22901) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 2940a2d0c6..2251982369 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5350,8 +5350,8 @@ "manage_fabrics": { "title": "Connected fabrics", "fabrics": "Manage the fabrics that have access to this device.", - "remove_fabric_confirm_header": "Remove {fabric} fabric from device", - "remove_fabric_confirm_text": "Are you sure you want to remove the {fabric} from the device? You will not be able to control/access the device from that ecosystem/fabric after this action!", + "remove_fabric_confirm_header": "Remove {fabric} fabric from device?", + "remove_fabric_confirm_text": "Are you sure you want to remove {fabric} from the device? You will not be able to control/access the device from that ecosystem/fabric after this action!", "remove_fabric_failed_header": "Remove {fabric} fabric failed", "remove_fabric_failed_text": "The action did not succeed, check the logs for more information." },