Skip to content

Commit

Permalink
fix titles in export
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed May 14, 2024
1 parent c562605 commit 265586b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Exports/MeasuresExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class MeasuresExport extends StringValueBinder implements FromQuery, WithMapping
public function headings(): array
{
return [
trans('cruds.domain.fields.title'),
trans('cruds.domain.fields.description'),
trans('cruds.domain.title'),
trans('cruds.domain.title') . ' - ' . trans('cruds.domain.fields.description'),
trans('cruds.measure.fields.clause'),
trans('cruds.measure.fields.name'),
trans('cruds.measure.fields.objective'),
Expand Down

0 comments on commit 265586b

Please sign in to comment.