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:
parent
36ca24e55a
commit
cd1d8a3ff0
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user