diff --git a/lang/es.lang.json b/lang/es.lang.json index 1f63a54..629b979 100644 --- a/lang/es.lang.json +++ b/lang/es.lang.json @@ -673,7 +673,6 @@ "LedBrightness": "Brillo del LED {led} ({brightness})" }, "pininfo": { - "PinOverview": "Resumen de Conexiones", "Category": "Categoría", "Name": "Nombre", "Number": "Número", diff --git a/lang/it.lang.json b/lang/it.lang.json index 3a0ba1d..eaafda6 100644 --- a/lang/it.lang.json +++ b/lang/it.lang.json @@ -673,7 +673,6 @@ "LedBrightness": "LED {led}, Luminosità ({brightness})" }, "pininfo": { - "PinOverview": "Panoramica della Connessione", "Category": "Categoria", "Name": "Nome", "Number": "Numero", diff --git a/webapp/src/components/PinInfo.vue b/webapp/src/components/PinInfo.vue index ee9359e..03dcfbb 100644 --- a/webapp/src/components/PinInfo.vue +++ b/webapp/src/components/PinInfo.vue @@ -1,40 +1,36 @@