Skip to content

Commit d49a91b

Browse files
committed
* Minor design change
* Translation fix
1 parent 36cbc0e commit d49a91b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/languages/nl_NL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

src/routes/Settings/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)}/>

0 commit comments

Comments
 (0)