Merge pull request #2873 from novag/cancellations

use the correct translation for cancellations
This commit is contained in:
Denis Duliçi
2023-03-03 23:18:06 +03:00
committed by GitHub
5 changed files with 8 additions and 4 deletions

View File

@ -113,7 +113,7 @@
<x-dropdown.divider />
<x-dropdown.link href="{{ route($cancelledRoute, $document->id) }}" id="show-more-actions-cancel-{{ $document->type }}">
{{ trans('general.cancel') }}
{{ trans('documents.actions.cancel') }}
</x-dropdown.link>
@endcan
@endif