From bfb3cfef2030d0dd56a9c6a0ac2c1b2aeda5d26d Mon Sep 17 00:00:00 2001
From: Tom McAtee <tmcatee@gitlab.com>
Date: Mon, 26 Feb 2024 02:59:54 +0000
Subject: [PATCH] [Token notifications] Clarify owners are also notified of PAT
 expiry

---
 doc/security/token_overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/security/token_overview.md b/doc/security/token_overview.md
index ebb76faf0375..642534735629 100644
--- a/doc/security/token_overview.md
+++ b/doc/security/token_overview.md
@@ -59,7 +59,7 @@ You can use the [project access tokens API](../api/project_access_tokens.md) to
 programmatically take action, such as
 [rotating a project access token](../api/project_access_tokens.md#rotate-a-project-access-token).
 
-All project maintainers receive an email when project access tokens are 7 days or less from expiration.
+Project owners and maintainers receive an email when project access tokens are 7 days or less from expiration.
 
 ## Group access tokens
 
-- 
GitLab