mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
- Quotes: Waiting for approval -> Pending Approval
- Quotes: Remove superfluous text under Waiting for approval
This commit is contained in:
parent
4f95e39c28
commit
51be97d981
@ -4146,6 +4146,8 @@ $LANG = array(
|
|||||||
|
|
||||||
'click_agree_to_accept_terms' => 'Click "Agree" to Accept Terms.',
|
'click_agree_to_accept_terms' => 'Click "Agree" to Accept Terms.',
|
||||||
'agree' => 'Agree',
|
'agree' => 'Agree',
|
||||||
|
|
||||||
|
'pending_approval' => 'Pending Approval',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
@ -7,16 +7,9 @@
|
|||||||
<div class="bg-white shadow sm:rounded-lg">
|
<div class="bg-white shadow sm:rounded-lg">
|
||||||
<div class="px-4 py-5 sm:p-6">
|
<div class="px-4 py-5 sm:p-6">
|
||||||
<div class="sm:flex sm:items-start sm:justify-between">
|
<div class="sm:flex sm:items-start sm:justify-between">
|
||||||
<div>
|
<h3 class="text-lg leading-6 font-medium text-gray-900">
|
||||||
<h3 class="text-lg leading-6 font-medium text-gray-900">
|
{{ ctrans('texts.pending_approval') }}
|
||||||
{{ ctrans('texts.waiting_for_approval') }}
|
</h3>
|
||||||
</h3>
|
|
||||||
<div class="mt-2 max-w-xl text-sm leading-5 text-gray-500">
|
|
||||||
<p>
|
|
||||||
{{ ctrans('texts.quote_still_not_approved') }}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mt-5 sm:mt-0 sm:ml-6 sm:flex-shrink-0 sm:flex sm:items-center">
|
<div class="mt-5 sm:mt-0 sm:ml-6 sm:flex-shrink-0 sm:flex sm:items-center">
|
||||||
@yield('quote-not-approved-right-side')
|
@yield('quote-not-approved-right-side')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user