mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Update ZenThemeMarketplaceChild.sys.mjs
Fix typo intall -> inStall Signed-off-by: k00lagin <k00lagin@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
|
||||
|
||||
initiateThemeMarketplace() {
|
||||
this.contentWindow.setTimeout(() => {
|
||||
this.addIntallButtons();
|
||||
this.addInstallButtons();
|
||||
this.injectMarkplaceAPI();
|
||||
}, 0);
|
||||
}
|
||||
@@ -111,7 +111,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
|
||||
});
|
||||
}
|
||||
|
||||
async addIntallButtons() {
|
||||
async addInstallButtons() {
|
||||
const actionButton = this.actionButton;
|
||||
const actionButtonUnnstall = this.actionButtonUninstall;
|
||||
const errorMessage = this.contentWindow.document.getElementById('install-theme-error');
|
||||
|
Reference in New Issue
Block a user