mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Added missing translations
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user