From 2167d5706321b52939e9d0a936f5401dd40b77ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Malveira?= Date: Fri, 26 Nov 2021 00:06:02 -0300 Subject: [PATCH] correction dir imgs --- src/js/astronaut.languages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/astronaut.languages.js b/src/js/astronaut.languages.js index 2e3008f..19e41df 100644 --- a/src/js/astronaut.languages.js +++ b/src/js/astronaut.languages.js @@ -33,7 +33,7 @@ const lang = (lang) => { theme:'Cores do Tema', statusBar: 'Barra de Status', directoryProjects: 'Diretório de seus projetos ', - infoDirectoryProjects: `
Preencha com o diretório de seus projetos para habilitar a opção "Abrir no Vscode",

Ex: c:/wamp64/www/

OU

c:/xampp/htdocs/
`, + infoDirectoryProjects: `
Preencha com o diretório de seus projetos para habilitar a opção "Abrir no Vscode",

Ex: c:/wamp64/www/

OU

c:/xampp/htdocs/
`, background: 'Imagem de Fundo', backgroundPlaceholder: 'Url da sua Imagem de Fundo', appearance: 'Aparência', @@ -130,7 +130,7 @@ const lang = (lang) => { theme:'Theme Colors', statusBar: 'Status Bar', directoryProjects: 'Directory of your Projects', - infoDirectoryProjects: `
Fill in your projects directory to enable the "Open in Vscode" option

Ex: c:/wamp64/www/

OR

c:/xampp/htdocs/
`, + infoDirectoryProjects: `
Fill in your projects directory to enable the "Open in Vscode" option

Ex: c:/wamp64/www/

OR

c:/xampp/htdocs/
`, background: 'Background Image', backgroundPlaceholder: 'Url of your Background Image', appearance: 'Appearance',