Unify translations strings which include an amount + quantity unit (references #161)

This commit is contained in:
Bernd Bestel
2019-05-05 14:31:27 +02:00
parent dd148a8fc3
commit e240260f9f
5 changed files with 7 additions and 7 deletions

View File

@@ -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();
},