-
${HeadersFolders}
+
${Folders}
diff --git a/src/components/mediainfo/mediainfo.js b/src/components/mediainfo/mediainfo.js
index 53982040b8..8ea165743b 100644
--- a/src/components/mediainfo/mediainfo.js
+++ b/src/components/mediainfo/mediainfo.js
@@ -208,7 +208,7 @@ import 'emby-button';
});
} else if (item.IsSeries && !item.IsRepeat) {
miscInfo.push({
- html: `
${globalize.translate('AttributeNew')}
`
+ html: `
${globalize.translate('New')}
`
});
} else if (item.IsSeries && item.IsRepeat) {
miscInfo.push({
diff --git a/src/components/multiSelect/multiSelect.js b/src/components/multiSelect/multiSelect.js
index d922aee84a..fdce40ab86 100644
--- a/src/components/multiSelect/multiSelect.js
+++ b/src/components/multiSelect/multiSelect.js
@@ -198,7 +198,7 @@ import 'css!./multiSelect';
if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) {
menuItems.push({
- name: globalize.translate('ButtonDownload'),
+ name: globalize.translate('Download'),
id: 'download',
icon: 'file_download'
});
diff --git a/src/components/subtitlesettings/subtitlesettings.template.html b/src/components/subtitlesettings/subtitlesettings.template.html
index af9139188c..2884b26efd 100644
--- a/src/components/subtitlesettings/subtitlesettings.template.html
+++ b/src/components/subtitlesettings/subtitlesettings.template.html
@@ -14,7 +14,7 @@
-
+
${DefaultSubtitlesHelp}
${SmartSubtitlesHelp}
diff --git a/src/controllers/dashboard/dashboard.js b/src/controllers/dashboard/dashboard.js
index a36aa3ce68..a1ce7f489e 100644
--- a/src/controllers/dashboard/dashboard.js
+++ b/src/controllers/dashboard/dashboard.js
@@ -737,7 +737,7 @@ import 'emby-itemscontainer';
shutdown: function (btn) {
import('confirm').then(({default: confirm}) => {
confirm({
- title: globalize.translate('HeaderShutdown'),
+ title: globalize.translate('ButtonShutdown'),
text: globalize.translate('MessageConfirmShutdown'),
confirmText: globalize.translate('ButtonShutdown'),
primary: 'delete'
diff --git a/src/controllers/dashboard/devices/devices.html b/src/controllers/dashboard/devices/devices.html
index 55f51d7e23..63c348c900 100644
--- a/src/controllers/dashboard/devices/devices.html
+++ b/src/controllers/dashboard/devices/devices.html
@@ -3,7 +3,7 @@
-
${TabDevices}
+ ${HeaderDevices}
diff --git a/src/controllers/dashboard/devices/devices.js b/src/controllers/dashboard/devices/devices.js
index bc9dd19764..1178a0f1bd 100644
--- a/src/controllers/dashboard/devices/devices.js
+++ b/src/controllers/dashboard/devices/devices.js
@@ -21,7 +21,7 @@ import 'cardStyle';
confirm({
text: msg,
title: globalize.translate('HeaderDeleteDevice'),
- confirmText: globalize.translate('ButtonDelete'),
+ confirmText: globalize.translate('Delete'),
primary: 'delete'
}).then(function () {
loading.show();
diff --git a/src/controllers/dashboard/dlna/profile.html b/src/controllers/dashboard/dlna/profile.html
index 02a85b4ec7..22c7ce73ef 100644
--- a/src/controllers/dashboard/dlna/profile.html
+++ b/src/controllers/dashboard/dlna/profile.html
@@ -231,31 +231,31 @@
${HeaderDirectPlayProfileHelp}
-
+
${HeaderTranscodingProfileHelp}
-
+
${HeaderContainerProfileHelp}
-
+
${HeaderCodecProfileHelp}
-
+
${HeaderResponseProfileHelp}
-
+
diff --git a/src/controllers/dashboard/dlna/profiles.js b/src/controllers/dashboard/dlna/profiles.js
index f1d57eef3c..cdfdcf8212 100644
--- a/src/controllers/dashboard/dlna/profiles.js
+++ b/src/controllers/dashboard/dlna/profiles.js
@@ -46,7 +46,7 @@ import 'emby-button';
html += '