From c58f66a0ecf3c26e8e1c394a475815d467a67a81 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 14 Apr 2022 00:08:23 -0500 Subject: [PATCH] Fixed: IPv4 instead of IP4 Fixes #2656 Co-Authored-By: Ajax <53020381+ajax-lives@users.noreply.github.com> --- src/NzbDrone.Core/Localization/Core/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 3dd7f734a..d6092b948 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -63,7 +63,7 @@ "BackupRetentionHelpText": "Automatic backups older than the retention period will be cleaned up automatically", "Backups": "Backups", "BindAddress": "Bind Address", - "BindAddressHelpText": "Valid IP4 address or '*' for all interfaces", + "BindAddressHelpText": "Valid IPv4 address or '*' for all interfaces", "BindAddressHelpTextWarning": "Requires restart to take effect", "Blocklist": "Blocklist", "BlocklistHelpText": "Prevents Lidarr from automatically grabbing these files again",