Added missing translations

This commit is contained in:
Bernd Bestel
2018-05-12 16:30:10 +02:00
parent 2e7af1b050
commit 5455ec7bde
7 changed files with 20 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ $(document).on('click', '.product-consume-button', function(e)
$('#product-' + productId + '-amount').text(newAmount);
}
toastr.success('Removed 1 ' + productQuName + ' of ' + productName + ' from stock');
toastr.success(L('Removed #1 #2 of #3 from stock', 1, productQuName, productName));
},
function(xhr)
{