forked from External/greenlight
Added missing question mark (#2234)
* Added missing question mark * Made bigbluebutton name variable
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user