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 98f4cd70e5..affee6c134 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/filePanel.json +++ b/apps/remix-ide/src/app/tabs/locales/en/filePanel.json @@ -142,7 +142,7 @@ "filePanel.movingFolderFailedMsg": "Unexpected error while moving folder: {src}", "filePanel.workspaceActions": "Workspace actions", "filePanel.saveCodeSample": "This code-sample workspace will not be persisted. Click here to save it.", - "filePanel.logInGithub": "Log in to GitHub.", - "filePanel.gitHubLoggedAs": "Logged as {githubuser}", + "filePanel.logInGithub": "Sign in to GitHub.", + "filePanel.gitHubLoggedAs": "Signed in as {githubuser}", "filePanel.updateSubmodules": "Update all submodules of repository. Click to pull dependencies." }