Skip to content

Commit

Permalink
Update imjoy-run-buttons.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Sep 26, 2023
1 parent 3a4ca7f commit 7da2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imjoy-run-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ export function initializeRunButtons(rootElement, runButtonContext) {
}
if (runBtn)
runBtn.innerHTML =
preElm.pluginConfig.run_button_text || i18n.runButtonText;
elm.pluginConfig.run_button_text || i18n.runButtonText;
} catch (e) {
console.error(e);
}
Expand Down

0 comments on commit 7da2e89

Please sign in to comment.