MCPcopy Create free account
hub / github.com/error311/FileRise / setText

Function setText

public/js/fileMenu.js:17–17  ·  view source on GitHub ↗
(btn, key)

Source from the content-addressed store, hash-verified

15
16function qMenu() { return document.getElementById(MENU_ID); }
17function setText(btn, key) { btn.querySelector('span').textContent = t(key); }
18
19// One-time: localize labels
20function localizeMenu() {

Callers 1

localizeMenuFunction · 0.70

Calls 1

tFunction · 0.85

Tested by

no test coverage detected