From d62929511077e5c980839f902a6abdc1c5c450cd Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 3 Mar 2025 12:41:40 -0800 Subject: [PATCH] sogo: Fix a typo in tags Thanks to user 'fefekrzr' for pointing it out. Signed-off-by: Sunil Mohan Adapa --- plinth/modules/sogo/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/sogo/manifest.py b/plinth/modules/sogo/manifest.py index ed0cb11d1..9e1e0a0c6 100644 --- a/plinth/modules/sogo/manifest.py +++ b/plinth/modules/sogo/manifest.py @@ -70,7 +70,7 @@ backup = { tags = [ _('Webmail'), _('Groupware'), - _('Calender'), + _('Calendar'), _('Address book'), _('CalDAV'), _('CardDAV')