Add translation for "owner".
This commit is contained in:
parent
e2b789e575
commit
35e37c2d4b
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ L.U.FormBuilder = L.FormBuilder.extend({
|
||||||
defaultOptions: {
|
defaultOptions: {
|
||||||
name: { label: L._('name') },
|
name: { label: L._('name') },
|
||||||
owner: {
|
owner: {
|
||||||
label: 'owner',
|
label: L._('owner'),
|
||||||
// handler: 'BlurInput', // this field should be hidden, not sure if blur does it.
|
// handler: 'BlurInput', // this field should be hidden, not sure if blur does it.
|
||||||
},
|
},
|
||||||
description: {
|
description: {
|
||||||
|
|
Loading…
Reference in a new issue