Align alert messages across languages.

This commit is contained in:
Joe Farebrother
2025-09-23 15:46:53 +01:00
parent 2cffb21604
commit 1208195d8a
3 changed files with 5 additions and 5 deletions

View File

@@ -19,4 +19,4 @@ from Http::Server::CookieWrite cookie
where
cookie.hasSecureFlag(false) and
cookie.isSensitive()
select cookie, "Cookie is added without the Secure attribute properly set."
select cookie, "Cookie is added to response without the 'secure' flag being set."