Skip to content

Commit d6264b4

Browse files
committed
Added Terms to setup page
1 parent 018d14e commit d6264b4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

resources/lang/de/messages.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@
764764
'Create the admin user' => '3. Erstellen Sie den Admin-Benutzer',
765765
'Configure the app' => '4. Konfigurieren Sie die App',
766766
'Choose a language' => 'Wählen Sie eine Sprache',
767+
'setup.disclaimer' => 'Es gelten unsere',
768+
'Terms and Conditions' => 'Allgemeinen Geschäftsbedingungen',
767769

768770
'Next' => 'Nächste',
769771
'Yes' => 'Ja',

resources/lang/en/messages.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@
761761
'Create the admin user' => '3. Create the admin user',
762762
'Configure the app' => '4. Configure the app',
763763
'Choose a language' => 'Choose a language',
764+
'setup.disclaimer' => 'By continuing, you agree to abide by our',
765+
'Terms and Conditions' => 'Terms and Conditions',
764766

765767
'Next' => 'Next',
766768
'Yes' => 'Yes',

resources/views/installer/installer.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
</form>
6666
{{-- end language --}}
6767

68+
<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>
69+
6870
&ensp;<a class="btn" href="{{url('?2')}}"><button>{{__('messages.Next')}}</button></a>&ensp;
6971
@endif
7072

0 commit comments

Comments
 (0)