mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
Unify translations strings which include an amount + quantity unit (references #161)
This commit is contained in:
@@ -156,7 +156,7 @@ $(document).on('click', '.product-consume-button', function(e)
|
||||
}
|
||||
|
||||
Grocy.FrontendHelpers.EndUiBusy();
|
||||
toastr.success(__t('Removed %1$s %2$s of %3$s from stock', consumeAmount, productQuName, productName));
|
||||
toastr.success(__t('Removed %1$s of %2$s from stock', consumeAmount, productQuName, productName));
|
||||
RefreshContextualTimeago();
|
||||
RefreshStatistics();
|
||||
},
|
||||
|
Reference in New Issue
Block a user