2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

more translated strings for api-titles and filters

This commit is contained in:
2021-04-15 12:15:02 +02:00
parent 73bcacc2d8
commit cfae92e22b
7 changed files with 105 additions and 30 deletions

View File

@ -48,7 +48,7 @@ from rest_framework import generics, filters, permissions
class StockCategoryTree(TreeSerializer):
title = 'Stock'
title = _('Stock')
model = StockLocation
@property