From d37024805f12a794fa753a27d381aa1eadfb7838 Mon Sep 17 00:00:00 2001 From: Sukhpal <6563909+sukhpalp@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:53:20 -0700 Subject: [PATCH] Copy change --- client/wfnews-war/src/main/angular/src/app/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/wfnews-war/src/main/angular/src/app/utils/index.ts b/client/wfnews-war/src/main/angular/src/app/utils/index.ts index eed7abd9c..60214a26d 100644 --- a/client/wfnews-war/src/main/angular/src/app/utils/index.ts +++ b/client/wfnews-war/src/main/angular/src/app/utils/index.ts @@ -650,7 +650,7 @@ export function getResponseTypeDescription(code: string) { } else if (code === 'MODIFIED') { return 'During a modified response, a wildfire is managed using a combination of techniques with the goal to minimize damage while maximizing ecological benefits from the fire. This response method is used when there is no immediate threat to values.'; } else if (code === 'FULL') { - return 'The suppression of an unwanted wildfire to limit spread.'; + return 'The BC Wildfire Service uses a full response when there is threat to public safety and/or property and other values, such as infrastructure or timber. Immediate action is taken. During a full response, a wildfire is suppressed and controlled until it is deemed "out".'; } }