mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Clarify string
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user