1
0
Daniel Supernault 6 жил өмнө
parent
commit
37d9951a41

+ 2 - 2
resources/views/admin/pages/home.blade.php

@@ -9,9 +9,9 @@
   </div>
   <hr>
   <p class="alert alert-warning">
-    <strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
+    <strong>Feature Unavailable:</strong> This feature will be released in a future version.
   </p>
-  {{--< div class="table-responsive">
+  {{-- <div class="table-responsive">
     <table class="table">
       <thead class="bg-light">
         <tr class="text-center">

+ 1 - 1
resources/views/admin/settings/backups.blade.php

@@ -9,6 +9,6 @@
   </div>
   <hr>
   <p class="alert alert-warning">
-    <strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
+    <strong>Feature Unavailable:</strong> This feature will be released in a future version.
   </p>
 @endsection

+ 6 - 5
resources/views/admin/settings/config.blade.php

@@ -5,9 +5,10 @@
 @section('section')
   <div class="title">
     <h3 class="font-weight-bold">Configuration Settings</h3>
-    <p class="lead">Edit any .env or config setting</p>
-    <hr>
-    <p class="alert alert-warning">
-      <strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
-    </p>
+    <p class="lead">Edit configuration settings</p>
+  </div>
+  <hr>
+  <p class="alert alert-warning">
+    <strong>Feature Unavailable:</strong> This feature will be released in a future version.
+  </p>
 @endsection

+ 1 - 1
resources/views/admin/settings/features.blade.php

@@ -9,6 +9,6 @@
   </div>
   <hr>
   <p class="alert alert-warning">
-    <strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
+    <strong>Feature Unavailable:</strong> This feature will be released in a future version.
   </p>
 @endsection

+ 1 - 1
resources/views/admin/settings/maintenance.blade.php

@@ -9,6 +9,6 @@
 </div>
 <hr>
 <p class="alert alert-warning">
-	<strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
+	<strong>Feature Unavailable:</strong> This feature will be released in a future version.
 </p>
 @endsection