Use 'unpublished' instead of 'inaccessible'

This commit is contained in:
Leonardo Crauss Daronco
2016-12-09 10:26:28 -02:00
parent f763d8394e
commit 04ae45e4f4
4 changed files with 5 additions and 5 deletions

View File

@ -51,8 +51,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
</button>
</div>
<div class="recording-visibility-popover">
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="inaccessible">
<%= t('innaccessible') %>
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="unpublished">
<%= t('unpublished') %>
</button>
<button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
<%= t('unlisted') %>