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: {
|
||||
name: { label: L._('name') },
|
||||
owner: {
|
||||
label: 'owner',
|
||||
label: L._('owner'),
|
||||
// handler: 'BlurInput', // this field should be hidden, not sure if blur does it.
|
||||
},
|
||||
description: {
|
||||
|
|
Loading…
Reference in a new issue