From 22161e6d57ed2c98340e9a07f8dcf9db5c97c7f4 Mon Sep 17 00:00:00 2001 From: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:03:15 +0000 Subject: [PATCH] Fixed: Added missing translate for Database --- src/NzbDrone.Core/Localization/Core/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 2360e55a5..202f4b46e 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -85,6 +85,7 @@ "CouldNotConnectSignalR": "Could not connect to SignalR, UI won't update", "Custom": "Custom", "CustomFilters": "Custom Filters", + "Database": "Database", "Date": "Date", "Dates": "Dates", "DBMigration": "DB Migration",