Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Sep 6, 2023
1 parent b1a9cb5 commit 0f54018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/reports.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
<a href="/export/domains" target="_blank">{{ trans('cruds.exports.domains_export') }}</a>
</li>
<li>
<a href="/export/measures" target="_blank">{{ trans('cruds.exports.controls_export') }}</a>
<a href="/export/measures" target="_blank">{{ trans('cruds.exports.measures_export') }}</a>
</li>
<li>
<a href="/export/controls" target="_blank">{{ trans('cruds.exports.measures_export') }}</a>
<a href="/export/controls" target="_blank">{{ trans('cruds.exports.controls_export') }}</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 0f54018

Please sign in to comment.