From 473250972894fae737289bbd6b8d44894591c224 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Tue, 31 Jan 2023 16:19:38 +0100 Subject: [PATCH] Small typo in language translation structure. --- backend/locales/en.json | 2 +- backend/locales/it.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/backend/locales/en.json b/backend/locales/en.json index 5bf868e4..b94d6bad 100644 --- a/backend/locales/en.json +++ b/backend/locales/en.json @@ -1,5 +1,5 @@ { - "branch_select": { + "BranchSelect": { "update_channel": { "label": "Update Channel" } diff --git a/backend/locales/it.json b/backend/locales/it.json index 478fd8d5..1aa3d3dd 100644 --- a/backend/locales/it.json +++ b/backend/locales/it.json @@ -1,6 +1,8 @@ { - "update_channel": { - "label": "Canale di aggiornamento" + "BranchSelect": { + "update_channel": { + "label": "Canale di aggiornamento" + } }, "reload": "Ricarica", "uninstall": "Rimuovi",