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
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