mirror of https://github.com/Sonarr/Sonarr
fix translation token
This commit is contained in:
parent
36ca24e55a
commit
cd1d8a3ff0
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue