From ee43c1b063a76e45856da1bcb5db03d1da7d5359 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:24:46 +0530 Subject: [PATCH] fix: improve copy for token based auth docs link Co-authored-by: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com> --- frappe/core/doctype/user/user.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/doctype/user/user.json b/frappe/core/doctype/user/user.json index dbfe5dc881..71b28282ae 100644 --- a/frappe/core/doctype/user/user.json +++ b/frappe/core/doctype/user/user.json @@ -601,7 +601,7 @@ "unique": 1 }, { - "description": "\n Click here to learn how to use token based Authentication\n", + "description": "\n Click here to learn about token-based authentication\n", "fieldname": "generate_keys", "fieldtype": "Button", "label": "Generate Keys",