mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Clarify string
This commit is contained in:
parent
250b308d5d
commit
7f24ffc484
@ -1870,7 +1870,7 @@ msgstr ""
|
|||||||
msgid "Show a warning when the due date of the purchased product is earlier than the next due date in stock"
|
msgid "Show a warning when the due date of the purchased product is earlier than the next due date in stock"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "There are items in stock which are due earlier"
|
msgid "This is due earlier than already in-stock items"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "When enabled, the amount will always be filled with 1 after changing/scanning a product and if all fields could be automatically populated (by product defaults), the transaction is automatically submitted"
|
msgid "When enabled, the amount will always be filled with 1 after changing/scanning a product and if all fields could be automatically populated (by product defaults), the transaction is automatically submitted"
|
||||||
|
@ -119,7 +119,7 @@ $('#save-purchase-button').on('click', function(e)
|
|||||||
{
|
{
|
||||||
if (moment(jsonData.best_before_date).isBefore(CurrentProductDetails.next_due_date))
|
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"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user