From f96fefbfdccb4921f948f8c5914cf76338be2f68 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Mon, 27 Nov 2023 10:10:02 -0800 Subject: [PATCH] IO-2480 Unqueue Parts Label instead of Remove Remove is the uncorrect work as it doesn't actually remove just unqueue --- client/src/translations/en_us/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 27f804663..528a62f32 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2202,7 +2202,7 @@ "parts_orders": "Parts Orders", "print": "Show Printed Form", "receive": "Receive Parts Order", - "removefrompartsqueue": "Remove from Parts Queue?", + "removefrompartsqueue": "Unqueue from Parts Queue?", "returnpartsorder": "Return Parts Order", "sublet_order": "Sublet Order" },