Skip to content

Commit 6c9591c

Browse files
authored
rename 'Clear Storage' to 'Reset' (#55)
it is shorter and makes the control smaller (which was just grown by adding the title in #54) - but 'Reset' also fits better as it clears localStorage as well as reloading the page.
1 parent b45217c commit 6c9591c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webxdc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ window.alterXdcApp = () => {
234234
'"> | </span>' +
235235
'<a id="webxdc-panel-clear" href="javascript:window.clearXdcStorage();" style="' +
236236
styleMenuLink +
237-
'">Clear Storage</a>' +
237+
'">Reset</a>' +
238238
"<div>";
239239
var controlPanel = root.firstChild;
240240

0 commit comments

Comments
 (0)