diff --git a/data/CentralAlerts.ts b/data/CentralAlerts.ts index e3f96ec..595e3ab 100644 --- a/data/CentralAlerts.ts +++ b/data/CentralAlerts.ts @@ -4,7 +4,7 @@ export const CentralAlerts: CentralAlert[] = [ { id: "1", title: "This version of FOSSBilling is insecure", - message: "FOSSBilling versions between 0.4.3 and 0.5.2 and vulnerable to SQL injection with a critical (9.8) severity. Please update now to protect you and your customers.", + message: "FOSSBilling versions between 0.4.3 and 0.5.2 are vulnerable to SQL injection with a critical (9.8) severity. Please update now to protect you and your customers.", type: "danger", dismissible: false, min_fossbilling_version: "0.4.3",