mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00: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,
|
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() { }
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user