From c2d6bdec3b4c7fd46708888f6fe5c208b1c5a8eb Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 27 Feb 2024 11:46:19 +0100 Subject: [PATCH] Update label gist --- apps/remix-ide/src/app/tabs/locales/en/filePanel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/filePanel.json b/apps/remix-ide/src/app/tabs/locales/en/filePanel.json index 57b7951f64..fd217f921f 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/filePanel.json +++ b/apps/remix-ide/src/app/tabs/locales/en/filePanel.json @@ -96,7 +96,7 @@ "filePanel.copyFolderFailed": "Copy Folder Failed", "filePanel.copyFolderFailedMsg": "Unexpected error while copying folder: {src}", "filePanel.runScriptFailed": "Run script failed", - "filePanel.createPublicGist": "Create a public gist", + "filePanel.createPublicGist": "Publish to a public gist", "filePanel.createPublicGistMsg1": "Are you sure you want to push changes to remote gist file on github.com?", "filePanel.createPublicGistMsg2": "Are you sure you want to anonymously publish all your files in the {path} folder as a public gist on github.com?", "filePanel.createPublicGistMsg3": "Are you sure you want to anonymously publish {path} file as a public gist on github.com?",