Skip to content

Commit

Permalink
Fix run button text
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Sep 26, 2023
1 parent 5439f80 commit 3a4ca7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/imjoy-run-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,9 @@ export function initializeRunButtons(rootElement, runButtonContext) {
loader.style.position = "absolute";
loader.style.left = "49%";
}
if (runBtn)
runBtn.innerHTML =
preElm.pluginConfig.run_button_text || i18n.runButtonText;
} catch (e) {
console.error(e);
}
Expand Down

0 comments on commit 3a4ca7f

Please sign in to comment.