Update importReportFromUrl.ctp

pull/6785/head
StefanKelm 2020-12-21 17:34:54 +01:00 committed by GitHub
parent b7aebf90e5
commit 7cfcd3acdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
'field' => 'url',
'class' => 'input span6',
'div' => 'text',
'label' => sprintf('<b>%s:</b> ', __('URL')) . __('Content for this URL will be downloaded and converted to Mardown')
'label' => sprintf('<b>%s:</b> ', __('URL')) . __('Content for this URL will be downloaded and converted to Markdown')
),
),
'submit' => array(
@ -18,4 +18,4 @@
'ajaxSubmit' => sprintf('submitPopoverForm(\'%s\', \'addEventReport\', 0, 1)', h($event_id))
)
)
));
));