fix last v0.9.0

This commit is contained in:
yalh76 2019-06-06 22:12:04 +02:00
parent 83686336eb
commit d3307fa8cf
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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