diff --git a/src/components/playbackSettings/playbackSettings.template.html b/src/components/playbackSettings/playbackSettings.template.html
index 03af5d6faa..700215223d 100644
--- a/src/components/playbackSettings/playbackSettings.template.html
+++ b/src/components/playbackSettings/playbackSettings.template.html
@@ -85,7 +85,7 @@
diff --git a/src/plugins/chromecastPlayer/plugin.js b/src/plugins/chromecastPlayer/plugin.js
index d3fc8d0ef8..f4acc6d8b3 100644
--- a/src/plugins/chromecastPlayer/plugin.js
+++ b/src/plugins/chromecastPlayer/plugin.js
@@ -54,7 +54,7 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', '
// production version registered with google
// replace this value if you want to test changes on another instance
var applicationStable = 'F007D354';
- var applicationNightly = '6F511C87';
+ var applicationUnstable = '6F511C87';
var messageNamespace = 'urn:x-cast:com.connectsdk';
@@ -99,8 +99,8 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', '
}
var applicationID = applicationStable;
- if (userSettings.chromecastVersion() === 'nightly') {
- applicationID = applicationNightly;
+ if (userSettings.chromecastVersion() === 'unstable') {
+ applicationID = applicationUnstable;
}
// request session
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 92daf3ebd5..a148ef061f 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -760,6 +760,7 @@
"LabelChromecastVersion": "Chromecast Version",
"LabelStable": "Stable",
"LabelNightly": "Nightly",
+ "LabelUnstable": "Unstable",
"LabelNewName": "New name:",
"LabelNewPassword": "New password:",
"LabelNewPasswordConfirm": "New password confirm:",