Adjust label for Build Order (#12089)

- Bring into line with other order types
This commit is contained in:
Oliver 2026-06-05 14:33:56 +10:00 committed by GitHub
parent 1b8217e8b3
commit 2d8f735ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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,