diff --git a/layouts/partials/helper/external.html b/layouts/partials/helper/external.html
index 3544750..e1505d4 100644
--- a/layouts/partials/helper/external.html
+++ b/layouts/partials/helper/external.html
@@ -21,9 +21,9 @@
crossorigin="anonymous"
>
{{- else -}}
- {{- errorf "Unknown external resource type: %s" .type -}}
+ {{- errorf "Error: unknown external resource type: %s" .type -}}
{{- end -}}
{{- end -}}
{{- else -}}
- {{- errorf "Error: external resource '%s' is not found" . -}}
+ {{- errorf "Error: external resource '%s' is not found" .Namespace -}}
{{- end -}}
\ No newline at end of file