Change error to match wording elsewhere

This commit is contained in:
Will Faught
2025-02-12 16:02:24 -08:00
parent 52a2e1f2e5
commit e358c96b88

View File

@@ -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 }}