Browse Source

Merge pull request #1364 from yalh76/dev

fix last v0.9.0
daniel 6 years ago
parent
commit
aed7682798

+ 1 - 1
resources/views/admin/profiles/home.blade.php

@@ -56,7 +56,7 @@
 		<span class="d-inline-flex">
 			<select class="custom-select custom-select-sm font-weight-bold bulk-action">
 				<option selected disabled="">Select Bulk Action</option>
-				<option value="1" disabled="">Review (Coming in v0.9.0)</option>
+				<option value="1" disabled="">Review (Coming in a future version)</option>
 				<option value="2">Add C/W</option>
 				<option value="3">Unlist from timelines</option>
 				<option value="4">No Autolinking</option>

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

@@ -9,7 +9,7 @@
 </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