Skip to content

Commit

Permalink
Zigbee2mqtt : fix typos in new configuration process (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Jun 24, 2024
1 parent 173a47b commit 24d1a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/config/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@
"modes": {
"local": {
"title": "Installation depuis Gladys",
"description": "Gladys va configurer deux containers Docker : MQTT and Zigbee2mqtt.",
"description": "Gladys va configurer deux containers Docker : MQTT et Zigbee2mqtt.",
"dockerInstallationRequirementLabel": "Gladys doit s'exécuter sous Docker",
"dockerNetworkHostRequirementLabel": "Le conteneur Docker de Gladys doit être démarré avec l'option \"network=host\"",
"usbDongleRequirementLabel": "Le dongle USB Zigbee doit être connecté",
Expand All @@ -872,7 +872,7 @@
"remote": {
"title": "Connexion à une installation existante",
"description": "Gladys va se connecter à une installation externe existante à travers MQTT.",
"z2mInstallationRequirementLabel": "Une application Zigbe2Mqtt autonome",
"z2mInstallationRequirementLabel": "Une application Zigbee2Mqtt autonome",
"mqttBrokerRequirementLabel": "Un broker MQTT connecté à l'application Zigbee2Mqtt",
"detailsDescription": "Avec ce mode de configuration, il est possible de se connecter à une installation Zigbee2Mqtt externe avec son broker MQTT.",
"mqttModeLabel": "Choix du broker MQTT",
Expand Down

0 comments on commit 24d1a02

Please sign in to comment.