diff --git a/bigbluebutton-client/locale/en_US/bbbResources.properties b/bigbluebutton-client/locale/en_US/bbbResources.properties
index a8b2abb91a..ee75849ac4 100755
--- a/bigbluebutton-client/locale/en_US/bbbResources.properties
+++ b/bigbluebutton-client/locale/en_US/bbbResources.properties
@@ -334,6 +334,11 @@ bbb.screensharePublish.commonErrorMessage.label = Select 'Cancel' and try again.
bbb.screensharePublish.cancelButton.label = Cancel
bbb.screensharePublish.startButton.label = Start
bbb.screensharePublish.stopButton.label = Stop
+bbb.screensharePublish.stopButton.toolTip = Stop sharing your screen
+bbb.screensharePublish.WebRTCChromeExtensionMissing.label = You're using a recent version of Chrome but don't have the screen sharing extension installed
+bbb.screensharePublish.WebRTCRetryExtensionInstallation.label = After you have installed the screen sharing extension, please click 'Retry' below
+bbb.screensharePublish.WebRTCExtensionFailFallback.label = Unable to detect screen sharing extension. Click here to try installing again, or select 'Use Java Screen Sharing'
+bbb.screensharePublish.WebRTCPrivateBrowsingWarning.label = It seems you may be Incognito or using private browsing. Make sure under your extension settings you allow the extension the run in Incognito/private browsing
bbb.screenshareView.title = Screen Sharing
bbb.screenshareView.fitToWindow = Fit to Window
bbb.screenshareView.actualSize = Display actual size
diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/screenshare/view/components/WebRTCDesktopPublishWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/screenshare/view/components/WebRTCDesktopPublishWindow.mxml
index 646b837aae..2c39ef1965 100755
--- a/bigbluebutton-client/src/org/bigbluebutton/modules/screenshare/view/components/WebRTCDesktopPublishWindow.mxml
+++ b/bigbluebutton-client/src/org/bigbluebutton/modules/screenshare/view/components/WebRTCDesktopPublishWindow.mxml
@@ -422,8 +422,8 @@ with BigBlueButton; if not, see .
@@ -437,7 +437,7 @@ with BigBlueButton; if not, see .
-
+
.
enabled="true"
styleName="quickWindowLinkStyle"
click="onInstallButtonClicked()" />
-
+
@@ -470,10 +470,10 @@ with BigBlueButton; if not, see .
-
+
-
+