From 5aa17e7a676116288f4de895e66d2023d8eba623 Mon Sep 17 00:00:00 2001 From: Ajax <53020381+ajax-lives@users.noreply.github.com> Date: Tue, 22 Feb 2022 12:38:52 -0600 Subject: [PATCH] Fixed: IPv4 instead of IP4 (cherry picked from commit c7427f8df828733a81d83ea28393a18d10875769) Closes #1532 --- 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 1537e7e66f..cd3f6c9a06 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -59,7 +59,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 Readarr from automatically grabbing these files again",