Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkoetzler committed Nov 7, 2024
1 parent 263aa16 commit 09f77c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language_control.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ myToolboxTitle.textContent = isPortuguese ? 'Minhas Ferramentas' : 'My Toolbox';
const professionalExperienceTitle = document.getElementById('professional-experience-title');
const professionalExperienceDoutorIeDates = document.getElementById('professional-experience-doutor-ie-dates');
const professionalExperienceDoutorIeJobTitle = document.getElementById('professional-experience-doutor-ie-job-title');
professionalExperienceTitle.textContent = isPortuguese ? 'Professional Experience' : 'Experiência Profissional';
professionalExperienceTitle.textContent = isPortuguese ? 'Experiência Profissional' : 'Professional Experience';
professionalExperienceDoutorIeDates.textContent = isPortuguese ? 'Novembro 2023 - Presente' : 'November 2023 - Present';
professionalExperienceDoutorIeJobTitle.textContent = isPortuguese ? 'Desenvolvedor Flutter junior' : 'Junior Flutter developer';

Expand Down

0 comments on commit 09f77c7

Please sign in to comment.