Skip to content
Snippets Groups Projects
Unverified Commit 1368bbc5 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

GRN2-xx: Small improvements to moderator access code (#2582)

* Fixed default value for moderator access

* Reword
parent a33fa06f
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ class Setting < ApplicationRecord ...@@ -66,7 +66,7 @@ class Setting < ApplicationRecord
Rails.configuration.shared_access_default Rails.configuration.shared_access_default
when "Preupload Presentation" when "Preupload Presentation"
Rails.configuration.preupload_presentation_default Rails.configuration.preupload_presentation_default
when "Moderator Access Codes" when "Room Configuration Moderator Access Codes"
Rails.configuration.moderator_codes_default Rails.configuration.moderator_codes_default
when "Room Configuration Mute On Join" when "Room Configuration Mute On Join"
room_config_setting("mute-on-join") room_config_setting("mute-on-join")
......
...@@ -177,7 +177,7 @@ en: ...@@ -177,7 +177,7 @@ en:
info: Allows room owners to specify whether they want the option to record a room or not. If enabled, the moderator must still click the "Record" button once the meeting has started. info: Allows room owners to specify whether they want the option to record a room or not. If enabled, the moderator must still click the "Record" button once the meeting has started.
moderator_codes: moderator_codes:
info: Allows room owners to optionally generate a moderator pin which allows other users to join directly as moderators. info: Allows room owners to optionally generate a moderator pin which allows other users to join directly as moderators.
title: Enables the generation of moderator codes title: Moderator Access Code
options: options:
disabled: Disabled disabled: Disabled
enabled: Always Enabled enabled: Always Enabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment