Adjust label for Build Order (#12089)
- Bring into line with other order types
This commit is contained in:
parent
1b8217e8b3
commit
2d8f735ac5
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue