Update indexForEvent.ctp

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

View File

@ -27,7 +27,7 @@
'onClickParams' => [$baseurl . '/eventReports/importReportFromUrl/' . h($event_id)],
'active' => true,
'text' => __('Import from URL'),
'title' => __('Content for this URL will be downloaded and converted to Mardown'),
'title' => __('Content for this URL will be downloaded and converted to Markdown'),
'fa-icon' => 'link',
'requirement' => $canModify && $importModuleEnabled,
),