This commit is contained in:
Core 2022-09-16 23:10:19 +01:00
parent 4045c4f86b
commit dfb1ede0d4
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -1216,7 +1216,7 @@ const app = new Vue({
const notify = notyf.open({ const notify = notyf.open({
className: "notyf-info", className: "notyf-info",
type: "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", () => { notify.on("click", () => {
app.openSettingsPage("github-themes"); app.openSettingsPage("github-themes");