From dc409fae09233640638f5ae3821434f8a086b004 Mon Sep 17 00:00:00 2001 From: Florian Wartner Date: Tue, 28 May 2024 16:00:42 +0200 Subject: [PATCH] WIP --- custom_components/openwakeword-installer/translations/de.json | 2 +- custom_components/openwakeword-installer/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/openwakeword-installer/translations/de.json b/custom_components/openwakeword-installer/translations/de.json index 68c9931..c05a0f9 100644 --- a/custom_components/openwakeword-installer/translations/de.json +++ b/custom_components/openwakeword-installer/translations/de.json @@ -5,7 +5,7 @@ "title": "Konfiguration", "data": { "repository_url": "Repository (inkl. Protokol)", - "folder_path": "Unterordner im Repository (Beispiel: en)", + "folder_path": "Unterordner im Repository (Beispiel: en)" } } }, diff --git a/custom_components/openwakeword-installer/translations/en.json b/custom_components/openwakeword-installer/translations/en.json index 22fa747..7943cee 100644 --- a/custom_components/openwakeword-installer/translations/en.json +++ b/custom_components/openwakeword-installer/translations/en.json @@ -5,7 +5,7 @@ "title": "Configuration", "data": { "repository_url": "Repository (incl. Protocol)", - "folder_path": "Subdirectory (Example: en)", + "folder_path": "Subdirectory (Example: en)" } } },