fix translation token

This commit is contained in:
Stevie Robinson 2023-10-27 16:10:03 +02:00 committed by Mark McDowall
parent 36ca24e55a
commit cd1d8a3ff0
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
"UpdateUiNotWritableHealthCheckMessage", "UpdateUiNotWritableHealthCheckMessage",
new Dictionary<string, object> new Dictionary<string, object>
{ {
{ "startupFolder", startupFolder }, { "uiFolder", uiFolder },
{ "userName", Environment.UserName } { "userName", Environment.UserName }
}), }),
"#cannot-install-update-because-ui-folder-is-not-writable-by-the-user"); "#cannot-install-update-because-ui-folder-is-not-writable-by-the-user");