Product error handling
This commit is contained in:
@@ -163,6 +163,8 @@ en:
|
||||
product:
|
||||
new: 'New ${model.product|downcase}'
|
||||
destroy_confirmation: Are you sure you want to delete ${models.product|downcase} %{name}
|
||||
code_filter:
|
||||
placeholder: Filter ${models.product|downcase} ${attributes.product.code|downcase}
|
||||
preview:
|
||||
header: 'Select moment to preview products'
|
||||
description: 'Products visible to customers at chosen moment:'
|
||||
|
||||
@@ -166,6 +166,8 @@ nl:
|
||||
product:
|
||||
new: 'Nieuw ${model.product|downcase}'
|
||||
destroy_confirmation: Weet je zeker dat je ${models.product|downcase} %{name} wilt verwijderen
|
||||
code_filter:
|
||||
placeholder: Filter ${models.product|downcase} ${attributes.product.code|downcase}
|
||||
preview:
|
||||
header: 'Selecteer tijdstip voor voorbeeld'
|
||||
description: 'Producten op gekozen tijdstip:'
|
||||
|
||||
Reference in New Issue
Block a user