From 519db64c431d59a035a7c18b95d4cf7e28d5be89 Mon Sep 17 00:00:00 2001 From: Flemming Thesbjerg Date: Sun, 23 Dec 2018 20:39:18 +0100 Subject: [PATCH] renames webapp to Jellyfin Web UI --- dashboard-ui/components/apphost.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/components/apphost.js b/dashboard-ui/components/apphost.js index 904ac2c6ee..8d287ccf3b 100644 --- a/dashboard-ui/components/apphost.js +++ b/dashboard-ui/components/apphost.js @@ -160,7 +160,7 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function(appSett return deviceId }, appName: function() { - return "Emby Mobile" + return "Jellyfin Web UI" }, appVersion: function() { return appVersion