Added missing question mark (#2234)

* Added missing question mark

* Made bigbluebutton name variable
This commit is contained in:
Ahmad Farhat 2020-10-26 15:27:49 -04:00 committed by GitHub
parent 68716bc6f3
commit 23b08853db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ class AdminsController < ApplicationController
begin
meetings = all_running_meetings[:meetings]
rescue
flash[:alert] = I18n.t("administrator.rooms.timeout")
flash[:alert] = I18n.t("administrator.rooms.timeout", server: I18n.t("bigbluebutton"))
meetings = []
end

View File

@ -271,7 +271,7 @@ class ApplicationController < ActionController::Base
render "errors/greenlight_error", locals: { message: I18n.t("errors.not_found.user_missing.message"),
help: I18n.t("errors.not_found.user_missing.help") }
elsif e.message.eql? "That user has no configured provider."
if Setting.exists(provider: @user_domain)
if Setting.exists?(provider: @user_domain)
# Keep the branding
@settings = Setting.find_by(provider: @user_domain)
else

View File

@ -173,7 +173,7 @@ en:
enabled: Always Enabled
optional: Optional
rooms:
timeout: Due to the BigBlueButton Server request timing out, the information for status and participants may not be accurate
timeout: Due to the %{server} Server request timing out, the information for status and participants may not be accurate
title: Server Rooms
table:
ended: "Ended: %{session}"