diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 1be12e4b0138..d669a3749807 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4146,6 +4146,8 @@ $LANG = array( 'click_agree_to_accept_terms' => 'Click "Agree" to Accept Terms.', 'agree' => 'Agree', + + 'pending_approval' => 'Pending Approval', ); return $LANG; diff --git a/resources/views/portal/ninja2020/quotes/includes/actions.blade.php b/resources/views/portal/ninja2020/quotes/includes/actions.blade.php index d3c800ddc0ac..bc49946a1c29 100644 --- a/resources/views/portal/ninja2020/quotes/includes/actions.blade.php +++ b/resources/views/portal/ninja2020/quotes/includes/actions.blade.php @@ -7,16 +7,9 @@
-
-

- {{ ctrans('texts.waiting_for_approval') }} -

-
-

- {{ ctrans('texts.quote_still_not_approved') }} -

-
-
+

+ {{ ctrans('texts.pending_approval') }} +

@yield('quote-not-approved-right-side')