diff options
Diffstat (limited to 'templates/show_add_access.inc')
-rw-r--r-- | templates/show_add_access.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_access.inc b/templates/show_add_access.inc index 237f0c6f..3b92c65b 100644 --- a/templates/show_add_access.inc +++ b/templates/show_add_access.inc @@ -68,7 +68,7 @@ <option selected="selected" value="stream"><?php echo _('Stream Access'); ?></option> <option value="interface"><?php echo _('Web Interface'); ?></option> <option value="network"><?php echo _('Local Network Definition'); ?></option> - <option vlaue="xml-rpc"><?php echo _('XML-RPC'); ?></option> + <option value="xml-rpc"><?php echo _('XML-RPC'); ?></option> </select> </td> </tr> |