Skip to content

Commit

Permalink
Update language_control.js
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkoetzler authored Nov 11, 2024
1 parent 1c94947 commit b73907f
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 @@ -70,7 +70,7 @@ projectsMyoroFlutterLibraryFact2.textContent = isPortuguese
: 'Handles all of the boilerplate creating a new Flutter project;';
projectsMyoroFlutterLibraryFact3.textContent = isPortuguese
? 'Esquema de design incluído com cores, tipografia, e widgets;'
: 'Included design scheme with colors, typography, & widgets;';
: 'Included design scheme with colors, typography, & widgets;';
projectsMyoroFlutterLibraryFact4.textContent = isPortuguese
? 'Contém: Widgets, arquivos commons (abstracts, enums, extensions, helpers, etc), & inicialização de um banco de dados em SQLite local.'
: 'Takes care of: Widgets, common files (abstracts, enums, extensions, helpers, etc), & local SQLite initialization.';
Expand Down

0 comments on commit b73907f

Please sign in to comment.