소스 검색

docs: 📝 Add info where to edit the file (info at settings)

IceToast 2 년 전
부모
커밋
1149497e56
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/views/admin/settings/tabs/system.blade.php

+ 2 - 2
resources/views/admin/settings/tabs/system.blade.php

@@ -22,7 +22,7 @@
                                 <label for="show-imprint">{{ __('Show imprint') }} </label>
                                 <label for="show-imprint">{{ __('Show imprint') }} </label>
                             </div>
                             </div>
                             <i data-toggle="popover" data-trigger="hover" data-html="true"
                             <i data-toggle="popover" data-trigger="hover" data-html="true"
-                                data-content="{{ __('Show the imprint link in the footer of every page.') }}"
+                                data-content="{{ __('Show the imprint link in the footer of every page. <br> Edit the content in "resources/views/information/imprint-content.blade.php"') }}"
                                 class="fas fa-info-circle"></i>
                                 class="fas fa-info-circle"></i>
                         </div>
                         </div>
                     </div>
                     </div>
@@ -35,7 +35,7 @@
                                 <label for="show-privacy">{{ __('Show Privacy Policy') }} </label>
                                 <label for="show-privacy">{{ __('Show Privacy Policy') }} </label>
                             </div>
                             </div>
                             <i data-toggle="popover" data-trigger="hover" data-html="true"
                             <i data-toggle="popover" data-trigger="hover" data-html="true"
-                                data-content="{{ __('Show the privacy policy link in the footer of every page.') }}"
+                                data-content="{{ __('Show the privacy policy link in the footer of every page. <br> Edit the content in "resources/views/information/privacy-content.blade.php"') }}"
                                 class="fas fa-info-circle"></i>
                                 class="fas fa-info-circle"></i>
                         </div>
                         </div>
                     </div>
                     </div>