Merge pull request #1364 from yalh76/dev

fix last v0.9.0
This commit is contained in:
daniel 2019-06-16 17:03:36 -06:00 committed by GitHub
commit aed7682798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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