File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const nl_NL = () => {
33 appName : "DeadHash" ,
44 about : "Over" ,
55 settings : "Instellingen" ,
6- settingsSubtitle : "Voorkeuren " ,
6+ settingsSubtitle : "Jouw voorkeuren " ,
77 help : "Help" ,
88 language : "Taal" ,
99 aboutSubtitle : "Leer meer over DeadHash" ,
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ const Settings = () => {
228228 }
229229 label = { language . languageEnabled }
230230 />
231- < FormControl variant = { "outlined" } >
231+ < FormControl variant = { "outlined" } style = { { marginTop : 5 } } >
232232 < InputLabel id = { "language-label" } > { language . language } </ InputLabel >
233233 < Select
234234 value = { languageIndex }
@@ -383,7 +383,7 @@ const Settings = () => {
383383 { language . theme }
384384 </ Typography >
385385
386- < GridList spacing = { 2 } xs = { 12 } md = { 4 } lg = { 4 } >
386+ < GridList spacing = { 2 } xs = { 6 } md = { 4 } lg = { 4 } >
387387 < Theme title = { language . default } description = { language . defaultThemeDescription }
388388 color = { blue [ 500 ] } selected = { themeIndex === 0 }
389389 onAction = { ( ) => changeTheme ( 0 ) } />
You can’t perform that action at this time.
0 commit comments