Minor updates

pull/5158/head
aniket-engg 5 months ago committed by Aniket
parent 65fe6bc5ca
commit 1afb567c9d
  1. 4
      apps/remix-ide/src/app/tabs/locales/en/filePanel.json
  2. 1
      libs/remix-ui/git/src/lib/gitactions.ts

@ -12,7 +12,7 @@
"filePanel.restore": "Restore",
"filePanel.name": "Name",
"filePanel.save": "Save",
"filePanel.workspace.create": "Create Workspace using template",
"filePanel.workspace.create": "Create Workspace Using Template",
"filePanel.workspace.createBlank": "Create Blank Workspace",
"filePanel.workspace.create.desktop": "Create project in new folder",
"filePanel.workspace.rename": "Rename Workspace",
@ -71,7 +71,7 @@
"filePanel.createNewFile": "Create new file",
"filePanel.createNewFolder": "Create new folder",
"filePanel.publishToGist": "Publish to Gist",
"filePanel.workspace.publishToGist": "Publish workspace to GitHub gist",
"filePanel.workspace.publishToGist": "Publish Workspace to GitHub Gist",
"filePanel.uploadFile": "Open a File from your File System",
"filePanel.uploadFolder": "Upload folder",
"filePanel.updateGist": "Update Gist",

@ -99,7 +99,6 @@ export const getCommits = async (depth: number) => {
}
export const gitlog = async (depth: number) => {
console.log('gitlog start')
dispatch(setLoading(true))
let commits = []
try {

Loading…
Cancel
Save