diff --git a/src/nzqa_lookup.ts b/src/nzqa_lookup.ts index 61b9c5b..53fd4a0 100644 --- a/src/nzqa_lookup.ts +++ b/src/nzqa_lookup.ts @@ -45,7 +45,7 @@ export async function lookup( let examPaperFieldName: string; if (yearDefault) examPaperFieldName = `Examination Paper (defaulting to resources for ${year} as unspecified/invalid)`; - else examPaperFieldName = `Examination Paper (resources for year ${year})`; + else examPaperFieldName = `Examination Paper (resources for year ${year} - please note that this resource may not implement the achievement standard specification listed above due to being out of date)`; // EXTERNAL DATE LOGIC END