From 17a3f2ae52929fc63bfa3d8b92811632f3619c3f Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:37:53 +0100 Subject: [PATCH] Italian language update (#14375) --- 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 28edb0e8a..aac87109d 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -739,6 +739,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("keep-awake-during-outgoing-sessions-label", "Mantieni lo schermo attivo durante le sessioni in uscita"), ("keep-awake-during-incoming-sessions-label", "Mantieni lo schermo attivo durante le sessioni in ingresso"), ("Continue with {}", "Continua con {}"), - ("Display Name", ""), + ("Display Name", "Visualizza nome"), ].iter().cloned().collect(); }