forked from External/greenlight
change display names for recording visibility states
This commit is contained in:
parent
1494dfebf0
commit
4311c3be8c
|
@ -58,14 +58,14 @@ 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="unpublished">
|
||||
<%= t('unpublished') %>
|
||||
<button type="button" class="btn btn-default btn-success recording-update" data-visibility="published">
|
||||
<%= t('published') %>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default btn-warning recording-update" data-visibility="unlisted">
|
||||
<%= t('unlisted') %>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default btn-success recording-update" data-visibility="published">
|
||||
<%= t('published') %>
|
||||
<button type="button" class="btn btn-default btn-danger recording-update" data-visibility="unpublished">
|
||||
<%= t('unpublished') %>
|
||||
</button>
|
||||
</div>
|
||||
<div class="alert-template">
|
||||
|
|
|
@ -100,7 +100,7 @@ en-US:
|
|||
footer_html: "%{greenlight_link} build %{version}, Powered by %{bbb_link}"
|
||||
presentation: Presentation
|
||||
previously_joined_meetings: Previously Joined Meetings
|
||||
published: Published
|
||||
published: Everyone
|
||||
return_to_room: Return to your personal room
|
||||
session_url_explanation: The meeting will be taking place using the following URL
|
||||
signin_text: Log in with %{provider}
|
||||
|
@ -109,7 +109,7 @@ en-US:
|
|||
your_personal_room: Your Personal Room
|
||||
thumbnails: Thumbnails
|
||||
unlisted: Unlisted
|
||||
unpublished: Unpublished
|
||||
unpublished: No one
|
||||
url_copy_explanation: Copy this URL to invite others to the meeting
|
||||
video: Video
|
||||
wait_for_mod_msg: Looks like you're the first one here...
|
||||
|
|
Loading…
Reference in New Issue