Skip to content

Commit 03a4de0

Browse files
committed
fix #357
1 parent dda96a1 commit 03a4de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Display/Display.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const { useTranslation, addDisplayTranslations } = createComponentI18nApi({
132132
"pick a theme": `Choisissez un thème pour personnaliser l'apparence du site.`,
133133
"light theme": `Thème clair`,
134134
"dark theme": `Thème sombre`,
135-
"system theme": `Système.`,
135+
"system theme": `Système`,
136136
"system theme hint": `Utilise les paramètres système.`
137137
/* spell-checker: enable */
138138
}
@@ -146,7 +146,7 @@ addDisplayTranslations({
146146
"pick a theme": `Pick a theme to customize the website's look.`,
147147
"light theme": `Light theme`,
148148
"dark theme": "Dark theme",
149-
"system theme": `System.`,
149+
"system theme": `System`,
150150
"system theme hint": "Use system preference"
151151
}
152152
});

0 commit comments

Comments
 (0)