Przeglądaj źródła

Capitalise Imprint inline with TOS and Privacy Policy Capitalisation

GeckoBoy84 2 lat temu
rodzic
commit
ca3b6cbb63

+ 1 - 1
lang/en.json

@@ -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\"",

+ 1 - 1
themes/default/views/admin/settings/tabs/system.blade.php

@@ -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>') }}"