diff --git a/bigbluebutton-html5/imports/ui/components/audio/audio-notification/container.jsx b/bigbluebutton-html5/imports/ui/components/audio/audio-notification/container.jsx
index b9c90b089b9ab1535cad9fc5f96fa2a7b287552e..8d2cea45e82da8f9065eea1ac5b9ddb08581f1ea 100755
--- a/bigbluebutton-html5/imports/ui/components/audio/audio-notification/container.jsx
+++ b/bigbluebutton-html5/imports/ui/components/audio/audio-notification/container.jsx
@@ -6,11 +6,11 @@ import AudioNotification from './component';
 const intlMessages = defineMessages({
   audioFailed: {
     id: 'app.audioNotification.audioFailedMessage',
-    description: 'The audio could not connect, Try again',
+    description: 'The audio could not connect',
   },
   mediaFailed: {
     id: 'app.audioNotification.mediaFailedMessage',
-    description: 'Could not access getUserMicMedia, Try again',
+    description: 'Could not access getUserMicMedia',
   },
 });
 
diff --git a/bigbluebutton-html5/private/config/public/app.yaml b/bigbluebutton-html5/private/config/public/app.yaml
index c391f3e59842c6303d67597ae91ddd00d8fc72d6..815984fdfbb11361629a03dba93f6cecd9fb80b4 100755
--- a/bigbluebutton-html5/private/config/public/app.yaml
+++ b/bigbluebutton-html5/private/config/public/app.yaml
@@ -19,7 +19,7 @@ app:
   html5ClientBuild: "HTML5_CLIENT_VERSION"
   defaultWelcomeMessage: Welcome to %%CONFNAME%%!<br /><br />For help on using BigBlueButton see these (short) <a href="event:http://www.bigbluebutton.org/content/videos"><u>tutorial videos</u></a>.<br /><br />To join the audio bridge click the gear icon (upper-right hand corner).  Use a headset to avoid causing background noise for others.<br /><br /><br />
   lockOnJoin: true
-  defaultWelcomeMessageFooter: This server is running a build of <a href="http://docs.bigbluebutton.org/1.0/10overview.html" target="_blank"><u>BigBlueButton 1.0</u></a>.
+  defaultWelcomeMessageFooter: This server is running a build of <a href="http://docs.bigbluebutton.org/1.1/overview.html" target="_blank"><u>BigBlueButton 1.1-beta</u></a>.
 
   # Name displayed in the brower URL
   basename: '/html5client'
diff --git a/bigbluebutton-html5/private/locales/en.json b/bigbluebutton-html5/private/locales/en.json
index d2a16efe91d93c89974889edf2c182eb8bdf8a6d..a6e20090d8d065cf6973371b291f8454da3c3649 100755
--- a/bigbluebutton-html5/private/locales/en.json
+++ b/bigbluebutton-html5/private/locales/en.json
@@ -149,7 +149,7 @@
   "app.actionsBar.emojiMenu.thumbsupDesc": "Change your status to thumbs up",
   "app.actionsBar.emojiMenu.thumbsdownLabel": "Thumbs down",
   "app.actionsBar.emojiMenu.thumbsdownDesc": "Change your status to thumbs down",
-  "app.audioNotification.audioFailedMessage": "Your audio connection failed to connect. Try again.",
+  "app.audioNotification.audioFailedMessage": "Your audio connection failed to connect.",
   "app.audioNotification.mediaFailedMessage": "getUserMicMedia failed, Only secure origins are allowed",
   "app.audioNotification.closeLabel": "Close",
   "app.breakoutJoinConfirmation.title": "Join Breakout Room",