Skip to content

Commit

Permalink
correction dir imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
andremalveira committed Nov 26, 2021
1 parent b5f2049 commit 2167d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/astronaut.languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const lang = (lang) => {
theme:'Cores do Tema',
statusBar: 'Barra de Status',
directoryProjects: 'Diretório de seus projetos ',
infoDirectoryProjects: `<div>Preencha com o diretório de seus projetos para habilitar a opção "Abrir no Vscode", <br><br> Ex: c:/wamp64/www/ <br><br>OU<br><br> c:/xampp/htdocs/ </div><div> <img src="${getImage('gif-open-in-vscode.gif')}"></div>`,
infoDirectoryProjects: `<div>Preencha com o diretório de seus projetos para habilitar a opção "Abrir no Vscode", <br><br> Ex: c:/wamp64/www/ <br><br>OU<br><br> c:/xampp/htdocs/ </div><div> <img src="${getImage('others/gif-open-in-vscode.gif')}"></div>`,
background: 'Imagem de Fundo',
backgroundPlaceholder: 'Url da sua Imagem de Fundo',
appearance: 'Aparência',
Expand Down Expand Up @@ -130,7 +130,7 @@ const lang = (lang) => {
theme:'Theme Colors',
statusBar: 'Status Bar',
directoryProjects: 'Directory of your Projects',
infoDirectoryProjects: `<div>Fill in your projects directory to enable the "Open in Vscode" option <br><br> Ex: c:/wamp64/www/ <br><br> OR <br><br> c:/xampp/htdocs/</div><div> <img src="${getImage('gif-open-in-vscode.gif')}"></div>`,
infoDirectoryProjects: `<div>Fill in your projects directory to enable the "Open in Vscode" option <br><br> Ex: c:/wamp64/www/ <br><br> OR <br><br> c:/xampp/htdocs/</div><div> <img src="${getImage('others/gif-open-in-vscode.gif')}"></div>`,
background: 'Background Image',
backgroundPlaceholder: 'Url of your Background Image',
appearance: 'Appearance',
Expand Down

0 comments on commit 2167d57

Please sign in to comment.