diff --git a/src/controllers/user/menu/index.html b/src/controllers/user/menu/index.html
index 8fe6326fc..a6b0a2d04 100644
--- a/src/controllers/user/menu/index.html
+++ b/src/controllers/user/menu/index.html
@@ -89,7 +89,7 @@
-
${Metadata}
+
${MetadataManager}
diff --git a/src/scripts/libraryMenu.js b/src/scripts/libraryMenu.js
index c9e993449..ed44aa05c 100644
--- a/src/scripts/libraryMenu.js
+++ b/src/scripts/libraryMenu.js
@@ -333,7 +333,7 @@ function refreshLibraryInfoInDrawer(user) {
html += globalize.translate('HeaderAdmin');
html += '';
html += ``;
- html += ``;
+ html += ``;
html += '
';
}
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 88f0125fb..7e1309ba9 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -1147,7 +1147,6 @@
"MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
"MessageUnauthorizedUser": "You are not authorized to access the server at this time. Please contact your server administrator for more information.",
"MessageUnsetContentHelp": "Content will be displayed as plain folders. For best results use the metadata manager to set the content types of sub-folders.",
- "Metadata": "Metadata",
"MetadataManager": "Metadata Manager",
"MetadataSettingChangeHelp": "Changing metadata settings will affect new content added going forward. To refresh existing content, open the detail screen and click the 'Refresh' button, or do bulk refreshes using the 'Metadata Manager'.",
"MillisecondsUnit": "ms",