summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/scm/webid-oidc/errors.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scm/webid-oidc/errors.scm b/src/scm/webid-oidc/errors.scm
index fd5d9c6..dd68557 100644
--- a/src/scm/webid-oidc/errors.scm
+++ b/src/scm/webid-oidc/errors.scm
@@ -1380,9 +1380,9 @@
(format #f (G_ "the container ~s should be emptied before being deleted")
(get 'path)))
((&cannot-fetch-group)
- (format #f (G_ "the group ~s cannot be fetched (because ~a)"
- (uri->string (get 'group-uri))
- (recurse (get 'cause)))))
+ (format #f (G_ "the group ~s cannot be fetched (because ~a)")
+ (uri->string (get 'group-uri))
+ (recurse (get 'cause))))
((&incorrect-containment-triples)
(format #f (G_ "the containment triples in the request to update ~s are not up to date")
(get 'path)))