diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index ff9bcd6a..45bc6f4a 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -10,7 +10,7 @@ function echo_table_header_col($ctx, $name) { case 'State': echo ''.$ctx->lang->line('gen_hamradio_state').''; break; case 'Grid': echo ''.$ctx->lang->line('gen_hamradio_gridsquare').''; break; case 'Band': echo ''.$ctx->lang->line('gen_hamradio_band').''; break; - case 'Operator': echo ''.$ctx->lang->line('gen_hamradio_operator').''; break; + case 'Operator': echo ''.$ctx->lang->line('gen_hamradio_operator').''; break; } }