diff --git a/src/renderer/main/vueapp.js b/src/renderer/main/vueapp.js index 2f35bbb6..28e316e2 100644 --- a/src/renderer/main/vueapp.js +++ b/src/renderer/main/vueapp.js @@ -1216,7 +1216,7 @@ const app = new Vue({ const notify = notyf.open({ className: "notyf-info", type: "info", - message: app.stringTemplateParser(app.getLz("settings.notyf.visual.theme.updateAvailable"), { repo: theme.name }), + message: app.stringTemplateParser(app.getLz("settings.notyf.visual.theme.updateAvailable"), { theme: theme.name }), }); notify.on("click", () => { app.openSettingsPage("github-themes");