Fix translation token for Update Check

(cherry picked from commit cd1d8a3ff04b0d06f6fa7dfeb7a7ab6dd88b36b3)

Closes #9341
pull/9424/head
Stevie Robinson 11 months ago committed by Bogdan
parent e8c280db34
commit 86a16c3c0c

@ -79,7 +79,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
"UpdateCheckUINotWritableMessage", "UpdateCheckUINotWritableMessage",
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");

@ -1288,7 +1288,7 @@
"UpdateAvailable": "New update is available", "UpdateAvailable": "New update is available",
"UpdateCheckStartupNotWritableMessage": "Cannot install update because startup folder '{startupFolder}' is not writable by the user '{userName}'.", "UpdateCheckStartupNotWritableMessage": "Cannot install update because startup folder '{startupFolder}' is not writable by the user '{userName}'.",
"UpdateCheckStartupTranslocationMessage": "Cannot install update because startup folder '{startupFolder}' is in an App Translocation folder.", "UpdateCheckStartupTranslocationMessage": "Cannot install update because startup folder '{startupFolder}' is in an App Translocation folder.",
"UpdateCheckUINotWritableMessage": "Cannot install update because UI folder '{startupFolder}' is not writable by the user '{userName}'.", "UpdateCheckUINotWritableMessage": "Cannot install update because UI folder '{uiFolder}' is not writable by the user '{userName}'.",
"UpdateFiltered": "Update Filtered", "UpdateFiltered": "Update Filtered",
"UpdateMechanismHelpText": "Use {appName}'s built-in updater or a script", "UpdateMechanismHelpText": "Use {appName}'s built-in updater or a script",
"UpdateScriptPathHelpText": "Path to a custom script that takes an extracted update package and handle the remainder of the update process", "UpdateScriptPathHelpText": "Path to a custom script that takes an extracted update package and handle the remainder of the update process",

Loading…
Cancel
Save