diff --git a/app/views/admin/reports/_rendering_options.html.haml b/app/views/admin/reports/_rendering_options.html.haml index e51b1d5862..88f58c04c6 100644 --- a/app/views/admin/reports/_rendering_options.html.haml +++ b/app/views/admin/reports/_rendering_options.html.haml @@ -30,7 +30,7 @@ .omega.fourteen.columns = select_tag :report_format, grouped_options_for_select({ | t('.formatted_data') => { t('.on_screen') => '', "PDF" => 'pdf', t('.spreadsheet') => 'xlsx' }, | - t('.raw_data') => { "CSV" => 'csv', "JSON" => 'json'}, | + t('.raw_data') => { "CSV" => 'csv' }, | })