From d413e2875c4f93b55112ed3582419f9a9a017820 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Tue, 1 Apr 2025 15:21:01 +0200 Subject: [PATCH] fixu[ Signed-off-by: Marc 'risson' Schmitt --- authentik/lib/sync/outgoing/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/lib/sync/outgoing/models.py b/authentik/lib/sync/outgoing/models.py index 87451484b4..f4a28c1a53 100644 --- a/authentik/lib/sync/outgoing/models.py +++ b/authentik/lib/sync/outgoing/models.py @@ -75,6 +75,6 @@ class OutgoingSyncProvider(ScheduledModel, Model): }, send_on_save=True, crontab=f"{fqdn_rand(self.pk)} */4 * * *", - description=_(f"Run full sync for {self._meta.verbose_name} provider"), + description=_(f"Run full sync for {self._meta.verbose_name}"), ), ]