File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ class ScreenHelper {
6
6
7
7
static async askRepoPath ( context , options = { } ) {
8
8
await context . app . alert (
9
- 'Selecione Repositorio ' ,
10
- `Escolha o repositorio para sincronizar workspaces\nWorkspace Atual : ${ options . currentPath } `
9
+ 'Select repository ' ,
10
+ `Chose the repository to synchronize your workspace\nCurrent path : ${ options . currentPath } `
11
11
) ;
12
12
const path = await context . app . showSaveDialog ( { defaultPath : options . workspaceName } ) ;
13
13
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const ScreenHelper = require('./ScreenHelper.js');
5
5
const verifyRepoConfig = async ( repo , context ) => {
6
6
if ( await repo . isConfigured ( context ) ) return true ;
7
7
8
- ScreenHelper . alertError ( context , 'Workspace não foi setado! ' ) ;
8
+ ScreenHelper . alertError ( context , 'Workspace was not set ' ) ;
9
9
return false ;
10
10
} ;
11
11
You can’t perform that action at this time.
0 commit comments