From f2c23b2e19107e1b3f4864e3da83dbb6f8a076b1 Mon Sep 17 00:00:00 2001 From: Tainan Felipe <tainanfelipe214@gmail.com> Date: Thu, 17 May 2018 11:46:25 -0300 Subject: [PATCH] Fix intl translation --- bigbluebutton-html5/private/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/private/locales/en.json b/bigbluebutton-html5/private/locales/en.json index cde50c96fa..93133e6cde 100755 --- a/bigbluebutton-html5/private/locales/en.json +++ b/bigbluebutton-html5/private/locales/en.json @@ -319,7 +319,7 @@ "app.video.notAllowed": "Missing permission for share webcam, please make sure your browser permissions", "app.video.notSupportedError": "Can share webcam video only with safe sources, make sure your SSL certificate is valid", "app.video.notReadableError": "Could not get webcam video. Please make sure another program is not using the webcam ", - "app.video.mediaServerOffline": "Media server is offline. Please try again too late.", + "app.video.mediaServerOffline": "Media server is offline. Please try again later.", "app.video.swapCam": "Swap", "app.video.swapCamDesc": "swap the direction of webcams", "app.video.videoMenu": "Video menu", -- GitLab