+
diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js
index 67f4e48fb..c2da39645 100644
--- a/dashboard-ui/scripts/medialibrarypage.js
+++ b/dashboard-ui/scripts/medialibrarypage.js
@@ -72,8 +72,7 @@
require(['prompt'], function (prompt) {
prompt({
- text: Globalize.translate('LabelNewName'),
- title: Globalize.translate('HeaderRenameMediaFolder'),
+ title: Globalize.translate('LabelNewName'),
callback: function (newName) {
if (newName && newName != virtualFolder.Name) {
diff --git a/dashboard-ui/strings/html/server.json b/dashboard-ui/strings/html/server.json
index 5ebdac45e..0bfe4dd68 100644
--- a/dashboard-ui/strings/html/server.json
+++ b/dashboard-ui/strings/html/server.json
@@ -595,7 +595,7 @@
"LabelEpisodeNumber": "Episode number:",
"LabelEndingEpisodeNumber": "Ending episode number:",
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
- "OptionRememberOrganizeCorrection": "Save and apply this correction to future files with similiar names.",
+ "OptionRememberOrganizeCorrection": "Save and apply this correction to future files with similiar names",
"HeaderSupportTheTeam": "Support the Emby Team",
"LabelSupportAmount": "Amount (USD)",
"HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by purchasing Emby Premiere. A portion of all income will be contributed to other free tools we depend on.",