1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fix language of subscription purchase

This commit is contained in:
David Bomba 2021-10-19 15:27:06 +11:00
parent 587f912a22
commit 51d6efb5ca
2 changed files with 3 additions and 1 deletions

View File

@ -4329,6 +4329,8 @@ $LANG = array(
'eps' => 'EPS',
'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.',
'clone_to_expense' => 'Clone to expense',
'checkout' => 'Checkout',
);
return $LANG;

View File

@ -90,7 +90,7 @@
<div class="col-span-12 xl:col-span-4 bg-white flex flex-col items-center lg:h-screen">
<div class="w-full p-10 md:p-24 xl:mt-32 md:max-w-3xl">
<div class="col-span-12 w-full xl:col-span-9">
<h2 class="text-2xl font-bold tracking-wide">{{ $heading_text ?? ctrans('texts.login') }}</h2>
<h2 class="text-2xl font-bold tracking-wide">{{ $heading_text ?? ctrans('texts.checkout') }}</h2>
@if (session()->has('message'))
@component('portal.ninja2020.components.message')
{{ session('message') }}