Use translation for request cancellation
This commit is contained in:
parent
5c60dab8c6
commit
1125487b45
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
</div>
|
||||
<div class="mt-5 sm:mt-0 sm:ml-6 sm:flex-shrink-0 sm:flex sm:items-center">
|
||||
<div class="inline-flex rounded-md shadow-sm" x-data="{ open: false }">
|
||||
<button class="button button-danger" translate @click="open = true">Request Cancellation
|
||||
<button class="button button-danger" translate @click="open = true">{{ ctrans('texts.request_cancellation') }}
|
||||
</button>
|
||||
@include('portal.ninja2020.recurring_invoices.includes.modals.cancellation')
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue