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

Update translations

This commit is contained in:
Oliver Walters
2020-06-12 10:25:07 +10:00
parent ba94b340dd
commit b559816dca
5 changed files with 455 additions and 298 deletions

View File

@ -1164,7 +1164,7 @@ class StockItemCreate(AjaxCreateView):
try:
original = StockItem.objects.get(pk=item_to_copy)
initials = model_to_dict(original)
self.ajax_form_title = _("Copy Stock Item")
self.ajax_form_title = _("Duplicate Stock Item")
except StockItem.DoesNotExist:
initials = super(StockItemCreate, self).get_initial().copy()