mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Fixed missing translation in productpicker
This commit is contained in:
parent
27daf384da
commit
bd3c63218b
|
|
@ -111,7 +111,7 @@ $('#product_id_text_input').on('change', function(e)
|
|||
backdrop: true,
|
||||
buttons: {
|
||||
cancel: {
|
||||
label: 'Cancel',
|
||||
label: L('Cancel'),
|
||||
className: 'btn-default responsive-button',
|
||||
callback: function() { }
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user