From 3c7f6d3127e7c35c0b949d5299e271bc27b7d708 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:37:49 +0100 Subject: [PATCH] Italian language update (#10067) --- 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 5bec55f4f62e..838df4d99726 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -654,6 +654,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Upload files", "File upload"), ("Clipboard is synchronized", "Gli appunti sono sincronizzati"), ("Update client clipboard", "Aggiorna appunti client"), - ("Untagged", ""), + ("Untagged", "Senza tag"), ].iter().cloned().collect(); }