diff --git a/linphone-desktop/assets/languages/en.ts b/linphone-desktop/assets/languages/en.ts
index 677e1d6f0..0a3621a06 100644
--- a/linphone-desktop/assets/languages/en.ts
+++ b/linphone-desktop/assets/languages/en.ts
@@ -1128,6 +1128,10 @@ Server url not configured.
videoCodecsTitle
Video codecs
+
+ showCameraPreview
+ VIDEO PREVIEW
+
SettingsWindow
diff --git a/linphone-desktop/assets/languages/fr.ts b/linphone-desktop/assets/languages/fr.ts
index 39caace5a..0eaad1a52 100644
--- a/linphone-desktop/assets/languages/fr.ts
+++ b/linphone-desktop/assets/languages/fr.ts
@@ -219,31 +219,31 @@
iceStateNotActivated
-
+ Désactivé
iceStateFailed
-
+ Échoué
iceStateInProgress
-
+ En cours
iceStateReflexiveConnection
-
+ Connexion réflexive
iceStateHostConnection
-
+ Connexion hôte
iceStateRelayConnection
-
+ Connexion relais
iceStateInvalid
-
+ Invalide
@@ -1128,6 +1128,10 @@ Url du serveur non configurée.
videoCodecsTitle
Codecs vidéo
+
+ showCameraPreview
+ APERÇU DE LA VIDÉO
+
SettingsWindow
diff --git a/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml b/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml
index 58218cad9..58a484c74 100644
--- a/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml
+++ b/linphone-desktop/ui/views/App/Settings/SettingsVideo.qml
@@ -101,6 +101,15 @@ TabContainer {
}
}
}
+
+ FormEmptyLine {}
+ }
+
+ TextButtonB {
+ anchors.right: parent.right
+ text: qsTr('showCameraPreview')
+
+ onClicked: console.log('TODO')
}
// -------------------------------------------------------------------------