From 95df14106c0ad63fc65f0d2124459d09ec1eea78 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Thu, 11 May 2023 06:48:27 -0500 Subject: [PATCH] blueprints: further copy-edits (#5559) another copy-edit Co-authored-by: Tana Berry --- authentik/blueprints/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/blueprints/models.py b/authentik/blueprints/models.py index 2f833a314..012e4986c 100644 --- a/authentik/blueprints/models.py +++ b/authentik/blueprints/models.py @@ -17,7 +17,7 @@ LOGGER = get_logger() class BlueprintRetrievalFailed(SentryIgnoredException): - """Error raised when we're unable to fetch the blueprint contents, whether it be HTTP files + """Error raised when we are unable to fetch the blueprint contents, whether it be HTTP files not being accessible or local files not being readable"""