diff --git a/dashboard-ui/addplugin.html b/dashboard-ui/addplugin.html
index e033c5a63e..031e642ee7 100644
--- a/dashboard-ui/addplugin.html
+++ b/dashboard-ui/addplugin.html
@@ -45,14 +45,14 @@
${MessagePluginRequiresSubscription}
- ${LinkLearnMoreAboutSubscription}
+ ${LinkLearnMoreAboutSubscription}
-
\ No newline at end of file
+
diff --git a/dashboard-ui/bower_components/emby-webcomponents/displaysettings/displaysettings.template.html b/dashboard-ui/bower_components/emby-webcomponents/displaysettings/displaysettings.template.html
index 01bd14221f..7cc7040d4b 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/displaysettings/displaysettings.template.html
+++ b/dashboard-ui/bower_components/emby-webcomponents/displaysettings/displaysettings.template.html
@@ -55,7 +55,7 @@
${LabelDisplayLanguageHelp}
diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-connect/connecthelper.js b/dashboard-ui/bower_components/emby-webcomponents/emby-connect/connecthelper.js
index 8bd49a42be..50292c9f14 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/emby-connect/connecthelper.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/emby-connect/connecthelper.js
@@ -40,8 +40,8 @@ define(["globalize", "apphost", "loading", "alert", "emby-linkbutton"], function
function showGuestGeneralErrorMessage() {
var html;
- appHost.supports("externallinks") && (html = globalize.translate("sharedcomponents#ErrorAddingGuestAccount1", 'https://emby.media/connect '), html += " " + globalize.translate("sharedcomponents#ErrorAddingGuestAccount2", "apps@emby.media"));
- var text = globalize.translate("sharedcomponents#ErrorAddingGuestAccount1", "https://emby.media/connect");
+ appHost.supports("externallinks") && (html = globalize.translate("sharedcomponents#ErrorAddingGuestAccount1", 'https://github.com/jellyfin/jellyfin '), html += " " + globalize.translate("sharedcomponents#ErrorAddingGuestAccount2", "apps@emby.media"));
+ var text = globalize.translate("sharedcomponents#ErrorAddingGuestAccount1", "https://github.com/jellyfin/jellyfin");
return text += "\n\n" + globalize.translate("sharedcomponents#ErrorAddingGuestAccount2", "apps@emby.media"), alert({
text: text,
html: html
@@ -57,7 +57,7 @@ define(["globalize", "apphost", "loading", "alert", "emby-linkbutton"], function
function showLinkUserErrorMessage(username, statusCode) {
var html, text;
- return 502 === statusCode ? showConnectServerUnreachableErrorMessage() : (username ? (appHost.supports("externallinks") && (html = globalize.translate("sharedcomponents#ErrorAddingEmbyConnectAccount1", 'https://emby.media/connect '), html += " " + globalize.translate("sharedcomponents#ErrorAddingEmbyConnectAccount2", "apps@emby.media")), text = globalize.translate("sharedcomponents#ErrorAddingEmbyConnectAccount1", "https://emby.media/connect"), text += "\n\n" + globalize.translate("sharedcomponents#ErrorAddingEmbyConnectAccount2", "apps@emby.media")) : html = text = globalize.translate("sharedcomponents#DefaultErrorMessage"), alert({
+ return 502 === statusCode ? showConnectServerUnreachableErrorMessage() : (username ? (appHost.supports("externallinks") && (html = globalize.translate("sharedcomponents#ErrorAddingEmbyConnectAccount1", 'https://github.com/jellyfin/jellyfin '), html += " " + globalize.translate("sharedcomponents#ErrorAddingEmbyConnectAccount2", "apps@emby.media")), text = globalize.translate("sharedcomponents#ErrorAddingEmbyConnectAccount1", "https://github.com/jellyfin/jellyfin"), text += "\n\n" + globalize.translate("sharedcomponents#ErrorAddingEmbyConnectAccount2", "apps@emby.media")) : html = text = globalize.translate("sharedcomponents#DefaultErrorMessage"), alert({
text: text,
html: html
}))
diff --git a/dashboard-ui/bower_components/emby-webcomponents/itemcontextmenu.js b/dashboard-ui/bower_components/emby-webcomponents/itemcontextmenu.js
index ff139c934e..ee61308267 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/itemcontextmenu.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/itemcontextmenu.js
@@ -204,7 +204,7 @@ define(["apphost", "globalize", "connectionManager", "itemHelper", "appRouter",
navigator.share({
title: item.Name,
text: item.Overview,
- url: "https://emby.media"
+ url: "https://github.com/jellyfin/jellyfin"
});
break;
case "album":
diff --git a/dashboard-ui/bower_components/emby-webcomponents/registrationservices/registrationservices.js b/dashboard-ui/bower_components/emby-webcomponents/registrationservices/registrationservices.js
index a834f1e436..f9e96460d4 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/registrationservices/registrationservices.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/registrationservices/registrationservices.js
@@ -142,7 +142,7 @@ define(["appSettings", "loading", "apphost", "iapManager", "events", "shell", "g
function getTermsOfPurchaseHtml() {
var html = "",
termsOfPurchase = iapManager.getTermsOfPurchase ? iapManager.getTermsOfPurchase() : [];
- return termsOfPurchase.length ? (html += "" + globalize.translate("sharedcomponents#HeaderTermsOfPurchase") + " ", termsOfPurchase.push('' + globalize.translate("sharedcomponents#PrivacyPolicy") + " "), termsOfPurchase.push('' + globalize.translate("sharedcomponents#TermsOfUse") + " "), html += "", html += termsOfPurchase.map(getPurchaseTermHtml).join(""), html += " ") : html
+ return termsOfPurchase.length ? (html += "" + globalize.translate("sharedcomponents#HeaderTermsOfPurchase") + " ", termsOfPurchase.push('' + globalize.translate("sharedcomponents#PrivacyPolicy") + " "), termsOfPurchase.push('' + globalize.translate("sharedcomponents#TermsOfUse") + " "), html += "", html += termsOfPurchase.map(getPurchaseTermHtml).join(""), html += " ") : html
}
function showInAppPurchaseElement(subscriptionOptions, unlockableProductInfo, dialogOptions, resolve, reject) {
diff --git a/dashboard-ui/bower_components/emby-webcomponents/router.js b/dashboard-ui/bower_components/emby-webcomponents/router.js
index 1effed01d8..00d38e1cdc 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/router.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/router.js
@@ -28,8 +28,8 @@ define(["loading", "globalize", "events", "viewManager", "layoutManager", "skinM
case "ServerUpdateNeeded":
require(["alert"], function(alert) {
alert({
- text: globalize.translate("sharedcomponents#ServerUpdateNeeded", "https://emby.media"),
- html: globalize.translate("sharedcomponents#ServerUpdateNeeded", 'https://emby.media ')
+ text: globalize.translate("sharedcomponents#ServerUpdateNeeded", "https://github.com/jellyfin/jellyfin"),
+ html: globalize.translate("sharedcomponents#ServerUpdateNeeded", 'https://github.com/jellyfin/jellyfin ')
}).then(function() {
appRouter.showSelectServer()
})
@@ -413,4 +413,4 @@ define(["loading", "globalize", "events", "viewManager", "layoutManager", "skinM
Backdrop: 1,
Full: 2
}, appRouter.invokeShortcut = invokeShortcut, appRouter
-});
\ No newline at end of file
+});
diff --git a/dashboard-ui/components/guestinviter/connectlink.template.html b/dashboard-ui/components/guestinviter/connectlink.template.html
index 6a5e32968d..793108da32 100644
--- a/dashboard-ui/components/guestinviter/connectlink.template.html
+++ b/dashboard-ui/components/guestinviter/connectlink.template.html
@@ -16,7 +16,7 @@
${LabelConnectUserNameHelp}
diff --git a/dashboard-ui/components/guestinviter/guestinviter.template.html b/dashboard-ui/components/guestinviter/guestinviter.template.html
index bc8bd67423..b5f30e1474 100644
--- a/dashboard-ui/components/guestinviter/guestinviter.template.html
+++ b/dashboard-ui/components/guestinviter/guestinviter.template.html
@@ -14,7 +14,7 @@
${LabelConnectGuestUserNameHelp}
-
+
diff --git a/dashboard-ui/components/iap.js b/dashboard-ui/components/iap.js
index 7d1096cd9d..99f86a1578 100644
--- a/dashboard-ui/components/iap.js
+++ b/dashboard-ui/components/iap.js
@@ -6,7 +6,7 @@ define(["globalize", "shell", "browser", "apphost"], function(globalize, shell,
}
function getPremiumInfoUrl() {
- return "https://emby.media/premiere"
+ return "https://github.com/jellyfin/jellyfin"
}
function beginPurchase(feature, email) {
@@ -54,4 +54,4 @@ define(["globalize", "shell", "browser", "apphost"], function(globalize, shell,
getPeriodicMessageIntervalMs: getPeriodicMessageIntervalMs,
getPremiumInfoUrl: getPremiumInfoUrl
}
-});
\ No newline at end of file
+});
diff --git a/dashboard-ui/components/tvproviders/xmltv.template.html b/dashboard-ui/components/tvproviders/xmltv.template.html
index b75c748113..0a2563d79a 100644
--- a/dashboard-ui/components/tvproviders/xmltv.template.html
+++ b/dashboard-ui/components/tvproviders/xmltv.template.html
@@ -57,10 +57,10 @@
${ButtonSave}
${ButtonCancel}
-
\ No newline at end of file
+
diff --git a/dashboard-ui/connectlogin.html b/dashboard-ui/connectlogin.html
index 27815aba66..df98effcff 100644
--- a/dashboard-ui/connectlogin.html
+++ b/dashboard-ui/connectlogin.html
@@ -19,7 +19,7 @@
${ButtonSignIn}
@@ -32,7 +32,7 @@
diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html
index 32a3f75243..d8d3f53f5a 100644
--- a/dashboard-ui/dashboard.html
+++ b/dashboard-ui/dashboard.html
@@ -115,7 +115,7 @@
-
+
${HeaderLatestNews}
diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html
index bdf67e7fd8..3085526525 100644
--- a/dashboard-ui/dashboardgeneral.html
+++ b/dashboard-ui/dashboardgeneral.html
@@ -18,7 +18,7 @@
${LabelPreferredDisplayLanguageHelp}
@@ -51,7 +51,7 @@
${OptionEnableAnonymousUsageReportingHelp}
@@ -105,4 +105,4 @@
-
\ No newline at end of file
+
diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html
index 79f7d28081..8a5c514848 100644
--- a/dashboard-ui/myprofile.html
+++ b/dashboard-ui/myprofile.html
@@ -16,7 +16,7 @@
${MessageProfileInfoSynced}
-
+