Fix grammar issue in remove_fabric_confirm_text (#22901)

This commit is contained in:
Norbert Rittel 2024-11-20 12:48:21 +01:00 committed by GitHub
parent cd0980d13e
commit a224d6c61b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
},