From 33ee822d72b43278cdedd1789a053f2b616d1952 Mon Sep 17 00:00:00 2001 From: moeny-matt Date: Wed, 5 Feb 2025 15:40:07 -0500 Subject: [PATCH] Fix unicode C --- config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config b/config/config index 88c3793..493cc6d 100644 --- a/config/config +++ b/config/config @@ -71,7 +71,7 @@ htpasswd_encryption = bcrypt # Message displayed in the client when a password is needed #realm = Radicale - Password Required -# Сonvert username to lowercase, must be true for case-insensitive auth providers +# Convert username to lowercase, must be true for case-insensitive auth providers #lc_username = False