From e358c96b88c2b024ed91329e2b047ca56c597d4c Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 12 Feb 2025 16:02:24 -0800 Subject: [PATCH] Change error to match wording elsewhere --- layouts/partials/paige/func-resource.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/func-resource.html b/layouts/partials/paige/func-resource.html index 47263bd5..3420ffbf 100644 --- a/layouts/partials/paige/func-resource.html +++ b/layouts/partials/paige/func-resource.html @@ -12,7 +12,7 @@ {{ else with .Value }} {{ $result = . }} {{ else }} - {{ errorf "layouts/partials/paige/func-resource.html: remote resource %q not found" $url }} + {{ errorf "layouts/partials/paige/func-resource.html: cannot find remote resource %q" $url }} {{ end }} {{ end }} {{ end }}