mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-23 03:45:54 +00:00
Merge pull request #1464 from matmair/translation_improv
Translation improvments
This commit is contained in:
@@ -48,7 +48,7 @@ from rest_framework import generics, filters, permissions
|
||||
|
||||
|
||||
class StockCategoryTree(TreeSerializer):
|
||||
title = 'Stock'
|
||||
title = _('Stock')
|
||||
model = StockLocation
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user