From 818292cb4560fdd7375ac3365f26df21a5285c07 Mon Sep 17 00:00:00 2001 From: Ed Cormany Date: Thu, 15 Feb 2024 16:20:02 -0500 Subject: [PATCH] fix(protocol-designer): pronoun agreement typo in unused item modal (#14505) --- protocol-designer/src/localization/en/alert.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-designer/src/localization/en/alert.json b/protocol-designer/src/localization/en/alert.json index 8f1e4114154..cce560e0dd1 100644 --- a/protocol-designer/src/localization/en/alert.json +++ b/protocol-designer/src/localization/en/alert.json @@ -270,7 +270,7 @@ "heading": "One or more staging area slots are unused", "body1_plural": "The {{count}} staging area slots in [{{slot}}] in your protocol are not currently in use. They will not appear as a needed item on the deck when uploaded to the app.", "body1": "The staging area slot in {{slot}} in your protocol is not currently in use. It will not appear as a needed item on the deck when uploaded to the app.", - "body2_plural": "If you don't intend to use these staging area slots, please consider removing it from your protocol.", + "body2_plural": "If you don't intend to use these staging area slots, please consider removing them from your protocol.", "body2": "If you don't intend to use this staging area slot, please consider removing it from your protocol." } },