Add translation for "owner".

This commit is contained in:
Brian DeRocher 2023-09-20 10:52:13 -04:00
parent e2b789e575
commit 35e37c2d4b

View file

@ -940,7 +940,7 @@ L.U.FormBuilder = L.FormBuilder.extend({
defaultOptions: {
name: { label: L._('name') },
owner: {
label: 'owner',
label: L._('owner'),
// handler: 'BlurInput', // this field should be hidden, not sure if blur does it.
},
description: {