1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-10 23:29:53 +02:00

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

View File

@ -79,7 +79,7 @@ public override HealthCheck Check()
"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");