From 76c7bbb608ecc6c9069a78a6ade0d07e70924ab4 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 26 Jun 2021 23:40:43 +0200 Subject: fixup! Implement WAC --- src/scm/webid-oidc/errors.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/scm/webid-oidc/errors.scm') 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))) -- cgit v1.2.3