mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Fix missed translation of overallocation string (#4681)
* Fix missed translation of overallocation string * Added missing translation prefix on string for Overallocation REJECT choice * Fix missing translation in part admin panel * Added missing translation prefix on string for "variant of" column in admin panel
This commit is contained in:
@ -489,7 +489,7 @@ class OverallocationChoice():
|
||||
TRIM = 'trim'
|
||||
|
||||
OPTIONS = {
|
||||
REJECT: ('Not permitted'),
|
||||
REJECT: _('Not permitted'),
|
||||
ACCEPT: _('Accept as consumed by this build order'),
|
||||
TRIM: _('Deallocate before completing this build order'),
|
||||
}
|
||||
|
Reference in New Issue
Block a user