From 336e87125c68fbfbd9ba840cb386dc4f32771536 Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:59:06 +0100 Subject: [PATCH] Update internal/http/services/appprovider/appprovider.go --- internal/http/services/appprovider/appprovider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/http/services/appprovider/appprovider.go b/internal/http/services/appprovider/appprovider.go index 1ad71290cf..c434eb6cdc 100644 --- a/internal/http/services/appprovider/appprovider.go +++ b/internal/http/services/appprovider/appprovider.go @@ -238,7 +238,7 @@ func (s *svc) handleNew(w http.ResponseWriter, r *http.Request) { if touchRes.Status.Code != rpc.Code_CODE_OK { if touchRes.Status.Code == rpc.Code_CODE_PERMISSION_DENIED { - writeError(w, r, appErrorPermissionDenied, "touching the file failed", nil) + writeError(w, r, appErrorPermissionDenied, "permission denied to create the file", nil) return } writeError(w, r, appErrorServerError, "touching the file failed", nil)