forked from External/greenlight
Use 'unpublished' instead of 'inaccessible'
This commit is contained in:
@ -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') %>
|
||||
|
Reference in New Issue
Block a user