Added Terms to setup page

This commit is contained in:
Julian Prieber 2023-12-18 12:02:50 +01:00
parent 018d14e2b4
commit d6264b4064
3 changed files with 6 additions and 0 deletions

View File

@ -764,6 +764,8 @@ return [
'Create the admin user' => '3. Erstellen Sie den Admin-Benutzer',
'Configure the app' => '4. Konfigurieren Sie die App',
'Choose a language' => 'Wählen Sie eine Sprache',
'setup.disclaimer' => 'Es gelten unsere',
'Terms and Conditions' => 'Allgemeinen Geschäftsbedingungen',
'Next' => 'Nächste',
'Yes' => 'Ja',

View File

@ -761,6 +761,8 @@ return [
'Create the admin user' => '3. Create the admin user',
'Configure the app' => '4. Configure the app',
'Choose a language' => 'Choose a language',
'setup.disclaimer' => 'By continuing, you agree to abide by our',
'Terms and Conditions' => 'Terms and Conditions',
'Next' => 'Next',
'Yes' => 'Yes',

View File

@ -65,6 +65,8 @@
</form>
{{-- end language --}}
<p style="margin:25px;max-width:350px;">{{__('messages.setup.disclaimer')}} <a href="https://linkstack.org/terms-and-conditions/" target="_blank">{{__('messages.Terms and Conditions')}}</a>.</p>
&ensp;<a class="btn" href="{{url('?2')}}"><button>{{__('messages.Next')}}</button></a>&ensp;
@endif