Fixed missing translation in productpicker

This commit is contained in:
Bernd Bestel 2018-09-22 10:58:17 +02:00
parent 27daf384da
commit bd3c63218b
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -111,7 +111,7 @@ $('#product_id_text_input').on('change', function(e)
backdrop: true, backdrop: true,
buttons: { buttons: {
cancel: { cancel: {
label: 'Cancel', label: L('Cancel'),
className: 'btn-default responsive-button', className: 'btn-default responsive-button',
callback: function() { } callback: function() { }
}, },