From 7cfaa2e5377a6f596474bff187bc36f68eb2e03f Mon Sep 17 00:00:00 2001 From: lamacchinadesiderante Date: Sun, 8 Jan 2023 22:04:39 +0100 Subject: [PATCH] fix language label issue --- frontend/package.json | 2 +- frontend/src/i18n.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 33f8fad..8ee1644 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "0.4.0", + "version": "0.4.4", "type": "module", "repository": "https://git.lamacchinadesiderante.org/lamacchinadesiderante/millelibri", "scripts": { diff --git a/frontend/src/i18n.json b/frontend/src/i18n.json index b5ced9f..9ea1ccd 100644 --- a/frontend/src/i18n.json +++ b/frontend/src/i18n.json @@ -184,7 +184,7 @@ "publisher": "Editore", "extension": "Estensione", "filesize": "Dimensione file", - "language": "(Seleziona lingua...)", + "language": "Lingua", "year": "Anno", "pages": "Pagina", "isbn": "ISBN",