Capitalise Imprint inline with TOS and Privacy Policy Capitalisation

This commit is contained in:
GeckoBoy84 2023-01-16 21:58:10 +00:00
parent d42c25bf56
commit ca3b6cbb63
2 changed files with 2 additions and 2 deletions

View file

@ -324,7 +324,7 @@
"System": "System",
"Show Terms of Service": "Show Terms of Service",
"Show the TOS link in the footer of every page. <br> Edit the content in \"resources\/views\/information\/tos-content.blade.php\"": "Show the TOS link in the footer of every page. <br> Edit the content in \"resources\/views\/information\/tos-content.blade.php\"",
"Show imprint": "Show imprint",
"Show Imprint": "Show Imprint",
"Show the imprint link in the footer of every page. <br> Edit the content in \"resources\/views\/information\/imprint-content.blade.php\"": "Show the imprint link in the footer of every page. <br> Edit the content in \"resources\/views\/information\/imprint-content.blade.php\"",
"Show Privacy Policy": "Show Privacy Policy",
"Show the privacy policy link in the footer of every page. <br> Edit the content in \"resources\/views\/information\/privacy-content.blade.php\"": "Show the privacy policy link in the footer of every page. <br> Edit the content in \"resources\/views\/information\/privacy-content.blade.php\"",

View file

@ -33,7 +33,7 @@
<input value="true" id="show-imprint" name="show-imprint"
{{ config('SETTINGS::SYSTEM:SHOW_IMPRINT') == 'true' ? 'checked' : '' }}
type="checkbox">
<label for="show-imprint">{{ __('Show imprint') }} </label>
<label for="show-imprint">{{ __('Show Imprint') }} </label>
</div>
<i data-toggle="popover" data-trigger="hover" data-html="true"
data-content="{{ __('Show the imprint link in the footer of every page. <br> Edit the content in <b>'.Qirolab\Theme\Theme::path($path = "views").'/resources/views/information/imprint-content.blade.php</b>') }}"