oops
This commit is contained in:
parent
4045c4f86b
commit
dfb1ede0d4
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue