From 2d8f735ac5be577064b7e3e63c3c6f6207fcdfb3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 5 Jun 2026 14:33:56 +1000 Subject: [PATCH] Adjust label for Build Order (#12089) - Bring into line with other order types --- src/frontend/lib/enums/ModelInformation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/lib/enums/ModelInformation.tsx b/src/frontend/lib/enums/ModelInformation.tsx index 9c14e42da9..5989e0acf9 100644 --- a/src/frontend/lib/enums/ModelInformation.tsx +++ b/src/frontend/lib/enums/ModelInformation.tsx @@ -118,8 +118,8 @@ export const ModelInformationDict: ModelDict = { icon: 'history' }, build: { - label: () => t`Build`, - label_multiple: () => t`Builds`, + label: () => t`Build Order`, + label_multiple: () => t`Build Orders`, url_overview: '/manufacturing/index/buildorders/', url_detail: '/manufacturing/build-order/:pk/', api_endpoint: ApiEndpoints.build_order_list,