mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Fix translation token for Update Check
(cherry picked from commit cd1d8a3ff04b0d06f6fa7dfeb7a7ab6dd88b36b3) Closes #9341
This commit is contained in:
@@ -79,7 +79,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
||||
"UpdateCheckUINotWritableMessage",
|
||||
new Dictionary<string, object>
|
||||
{
|
||||
{ "startupFolder", startupFolder },
|
||||
{ "uiFolder", uiFolder },
|
||||
{ "userName", Environment.UserName }
|
||||
}),
|
||||
"#cannot-install-update-because-ui-folder-is-not-writable-by-the-user");
|
||||
|
||||
Reference in New Issue
Block a user