diff options
Diffstat (limited to 'libs/uvl/root/lib')
-rw-r--r-- | libs/uvl/root/lib/uci/schema/meta/schema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/uvl/root/lib/uci/schema/meta/schema b/libs/uvl/root/lib/uci/schema/meta/schema index 1d673d350..dd373f8ae 100644 --- a/libs/uvl/root/lib/uci/schema/meta/schema +++ b/libs/uvl/root/lib/uci/schema/meta/schema @@ -305,8 +305,8 @@ config section # Enum value (schema.@enum.value) config variable - option name 'name' - option title 'Name of the defined variable' + option name 'value' + option title 'Value of the defined enum value' option section 'schema.enum' option type 'variable' option datatype 'string' |