mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
localize more terms
This commit is contained in:
parent
8c19923b73
commit
7b0bd883f6
7 changed files with 21 additions and 17 deletions
|
@ -216,10 +216,11 @@
|
|||
CastPlayer.prototype.onLaunchError = function () {
|
||||
console.log("chromecast launch error");
|
||||
this.deviceState = DEVICE_STATE.ERROR;
|
||||
|
||||
Dashboard.alert({
|
||||
|
||||
title: "Error Launching Chromecast",
|
||||
message: "There was an error launching chromecast. Please ensure your device is connected to your wireless network."
|
||||
title: Globalize.translate("Error"),
|
||||
message: Globalize.translate("ErrorLaunchingChromecast")
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue