diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-26 11:53:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-26 11:53:49 -0400 |
| commit | 7514ffe7771769278820debfef1857e2cb3dcdb8 (patch) | |
| tree | 1734d5dd77e5d25560b56246837af4333381ab49 | |
| parent | 211f236dc5289a4191ed66170b4336397af25001 (diff) | |
update now playing page
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 2 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index f26c8903a..d8628575a 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -909,7 +909,7 @@ "HeaderLiveTv": "Live TV", "HeaderReports": "Reports", "HeaderMetadataManager": "Metadata Manager", - "HeaderPreferences": "Preferences", + "HeaderSettings": "Settings", "MessageLoadingChannels": "Loading channel content...", "MessageLoadingContent": "Loading content...", "ButtonMarkRead": "Mark Read", diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index f2d05ee4e..ae1b9c613 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -1686,9 +1686,6 @@ <Content Include="dashboard-ui\thirdparty\jstree3.0.8\themes\default\throbber.gif">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\thirdparty\masonry.pkgd.min.js">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
<Content Include="dashboard-ui\thirdparty\materialicons\codepoints.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
