Fixing typo

This commit is contained in:
David Négrier
2022-01-27 10:24:19 +01:00
committed by GitHub
parent fbb67c04fe
commit fe031579d9
+1 -1
View File
@@ -3,7 +3,7 @@ import type { Translation } from "../i18n-types";
const camera: NonNullable<Translation["camera"]> = { const camera: NonNullable<Translation["camera"]> = {
enable: { enable: {
title: "Allumez votre caméra et votre microphone", title: "Allumez votre caméra et votre microphone",
start: "C'est partie!", start: "C'est parti!",
}, },
help: { help: {
title: "Accès à la caméra / au microphone nécessaire", title: "Accès à la caméra / au microphone nécessaire",