-
<%= icon('eye') %>
diff --git a/config/environments/production.rb b/config/environments/production.rb
index d1b28090..c2de9949 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -40,10 +40,8 @@ Rails.application.configure do
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
- config.force_ssl = ENV['DISABLE_FORCE_SSL'].blank?
+ config.force_ssl = ENV['ENABLE_FORCE_SSL'] == 'true'
- # Use the lowest log level to ensure availability of diagnostic information
- # when problems arise.
config.log_level = :info
# Prepend all log lines with the following tags.
diff --git a/config/locales/en-us.yml b/config/locales/en-us.yml
index 773e7048..fe2cd741 100644
--- a/config/locales/en-us.yml
+++ b/config/locales/en-us.yml
@@ -43,11 +43,13 @@ en-US:
change_recording_visibility: "Change visibility to:"
client:
are_you_sure: Are you sure?
+ change_visibility: Change visibility
delete_recording: Delete recording
meeting_ended: Meeting was ended
meeting_started: Meeting was started
no_recordings: No Recordings
no_recordings_yet: No Recordings (Yet!)
+ play_recording: Play recording
publish_recording: Publish recording
published: Everyone
recording_created: A recording was created
@@ -111,6 +113,7 @@ en-US:
signin_text: Log in with %{provider}
start: Start
start_join: Start
+ start_meeting: Start meeting
thumbnails: Thumbnails
url_copy_explanation: Copy this URL to invite others to the meeting
user_person_room: "%{name} personal room"