Skip to content

Commit 47f8b1d

Browse files
committed
fix
1 parent 546c640 commit 47f8b1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/gui/src/helpers/new_context_menu_item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const new_context_menu_item = function(dirname, append_to_element){
158158
// Worker
159159
{
160160
html: i18n('worker'),
161-
icon: `<img src="${html_encode(window.icons['worker.svg'])}" class="ctx-item-icon">`,
161+
icon: `<img src="${html_encode(window.icons['file-js.svg'])}" class="ctx-item-icon">`,
162162
onClick: async function() {
163163
await window.create_file({
164164
dirname: dirname,

src/gui/src/i18n/translations/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ const en = {
333333
you_have_been_referred_to_puter_by_a_friend: "You have been referred to Puter by a friend!",
334334
zip: "Zip",
335335
sequencing: "Sequencing %strong%",
336+
worker: "Worker",
336337
zipping: "Zipping %strong%",
337338

338339
// === 2FA Setup ===

0 commit comments

Comments
 (0)