fix: Source Format -> Input Source (C/P mistake)

pull/3215/head
Raphaël Vinot 2018-04-26 14:02:04 +02:00 committed by GitHub
parent b0e13b0faf
commit d0625ad493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
'class' => 'form-control span6'
));
echo $this->Form->input('input_source', array(
'label' => __('Source Format'),
'label' => __('Input Source'),
'div' => 'input clear',
'options' => array('network' => 'Network', 'local' => 'Local'),
'class' => 'form-control span6'