From 7e4b799899f7bb2ab8b7923ffed72be23afb32d8 Mon Sep 17 00:00:00 2001 From: b1rdhous3 Date: Sat, 20 Aug 2016 17:25:39 +0200 Subject: [PATCH] Minor Bugfix in German translation (#190) * Example JSON Form Example with General setting I have created a new Category "General" with several Settings for Hyperion. For now the Submit Button only console.log's the values. Known Bug: For some reason it seems to do not load the bootstrap correctly or maybe the Lib isn't compatible with the newest version of bootstrap. * Translationsupport for JSON Forms * Hotfix * Added Bootstrap Switches for all checkboxes All checkboxes will be converted to Switches * Minor Bugfix in German translation --- assets/webconfig/lang/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/webconfig/lang/de.json b/assets/webconfig/lang/de.json index d0b50a38..1696a585 100644 --- a/assets/webconfig/lang/de.json +++ b/assets/webconfig/lang/de.json @@ -63,7 +63,7 @@ "update_label_description" : "Beschreibung:", "update_button_install" : "Installieren", "update_button_changelog" : "Zeige Änderungsprotokoll", - "update_label_type" : "Art:" + "update_label_type" : "Art:", "remote_general_conf_intro" : "Hier kannst du allgemeine Einstellungen von Hyperion vornehmen.", "generalConfForm_jsonform-0-elt-logger.level" : "Stufe Logging", "generalConfForm_jsonform-0-elt-jsonServer.port" : "Port",