Added Terms to setup page
This commit is contained in:
parent
018d14e2b4
commit
d6264b4064
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
||||
 <a class="btn" href="{{url('?2')}}"><button>{{__('messages.Next')}}</button></a> 
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue