From 7506f94a53ddbddea7311b756fb550ad9b12b693 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Tue, 9 Jan 2024 03:30:19 +0100 Subject: [PATCH] Update Italian language (#6827) * Update Italian language * Update italian language --- src/lang/it.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index d3c7d41ce..059f8670b 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -580,6 +580,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("swap-left-right-mouse", "Scambia pulsante sinistro-destro mouse"), ("2FA code", "Codice 2FA"), ("2fa_tip", "Inserisci il codice 2FA nell'app di autenticazione."), - ("More", ""), + ("More", "Altro"), ].iter().cloned().collect(); }