Skip to content

Commit 2e7a956

Browse files
committed
fix: wrong typo
1 parent d723096 commit 2e7a956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ async function onDeviceReady() {
241241
try {
242242
await loadPlugins();
243243
} catch (error) {
244-
window.log("error", "Failed to load theme plugins!");
244+
window.log("error", "Failed to load plugins!");
245245
window.log("error", error);
246-
toast("Failed to load theme plugins!");
246+
toast("Failed to load plugins!");
247247
}
248248
applySettings.afterRender();
249249
}, 500);

0 commit comments

Comments
 (0)