Clarify string

This commit is contained in:
Bernd Bestel
2020-12-19 17:38:04 +01:00
parent 250b308d5d
commit 7f24ffc484
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ $('#save-purchase-button').on('click', function(e)
{
if (moment(jsonData.best_before_date).isBefore(CurrentProductDetails.next_due_date))
{
toastr.warning(__t("There are items in stock which are due earlier"));
toastr.warning(__t("This is due earlier than already in-stock items"));
}
}