1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update src/components/playback/experimentalwarnings.js

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
artiume 2020-04-16 20:39:09 -04:00 committed by GitHub
parent a57894c8c3
commit a80d6b9f27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ define(['connectionManager', 'globalize', 'userSettings', 'apphost'], function (
} }
function showIsoMessage() { function showIsoMessage() {
return showMessage(globalize.translate("ExperimentalISOPlayback"), 'isoexpirementalinfo', 'nativeisoplayback'); return showMessage(globalize.translate("UnsupportedPlayback"), 'isoexpirementalinfo', 'nativeisoplayback');
} }
function ExpirementalPlaybackWarnings() { function ExpirementalPlaybackWarnings() {