From 23b085f30f560b0c3b678e4a8f3d698432c89028 Mon Sep 17 00:00:00 2001
From: Timon Engelke <timon.engelke@online.de>
Date: Fri, 12 Jan 2024 17:14:54 +0100
Subject: [PATCH] Fix format strings in Italian translation

---
 locale/it_IT/LC_MESSAGES/django.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/locale/it_IT/LC_MESSAGES/django.po b/locale/it_IT/LC_MESSAGES/django.po
index e98be3b..711d7ed 100644
--- a/locale/it_IT/LC_MESSAGES/django.po
+++ b/locale/it_IT/LC_MESSAGES/django.po
@@ -123,7 +123,7 @@ msgid ""
 "                    "
 msgstr ""
 "\n"
-"                    <b>Attenzione!</b> %(site_name) è configurato con "
+"                    <b>Attenzione!</b> %(site_name)s è configurato con "
 "l'impostazione <code>DEBUG = True</code>.\n"
 "                    "
 
@@ -2140,7 +2140,7 @@ msgstr ""
 "\n"
 "hai richiesto di associare l'indirizzo email\n"
 "  %(email)s\n"
-"con il profilo %(username)s di %(project_name).\n"
+"con il profilo %(username)s di %(project_name)s.\n"
 "\n"
 "Se è corretto, verifica l'indirizzo cliccando su questo collegamento:\n"
 "  %(link)s\n"