Skip to content

Commit 6d48a64

Browse files
committed
translate to english
1 parent 0258029 commit 6d48a64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ScreenHelper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class ScreenHelper {
66

77
static async askRepoPath(context, options={}) {
88
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}`
1111
);
1212
const path = await context.app.showSaveDialog({defaultPath: options.workspaceName});
1313

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const ScreenHelper = require('./ScreenHelper.js');
55
const verifyRepoConfig = async (repo, context) => {
66
if (await repo.isConfigured(context)) return true;
77

8-
ScreenHelper.alertError(context, 'Workspace não foi setado!');
8+
ScreenHelper.alertError(context, 'Workspace was not set');
99
return false;
1010
};
1111

0 commit comments

Comments
 (0)