From 76a963e94e22b3b09b236f302b23c98568a997e7 Mon Sep 17 00:00:00 2001 From: ravaga Date: Wed, 11 Feb 2026 13:35:14 +0400 Subject: [PATCH] docs: update alias max length from 12 to 25 --- docs/use/wallet-features/aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use/wallet-features/aliases.md b/docs/use/wallet-features/aliases.md index d8ac63d..6794a28 100644 --- a/docs/use/wallet-features/aliases.md +++ b/docs/use/wallet-features/aliases.md @@ -9,7 +9,7 @@ Each Zano user can register with an alias, for example, @easytouse, a human-read Each alias is assigned to a particular wallet. Only one alias can be created per wallet. To register an alias, select `Register an alias` from the wallet main window. -To reduce the possibility of phishing, we set limitations on alias registrations. Users can use any combination of the lower-case Latin letters a-z and the Arabic numerals 0-9. Additionally, the length must be a minimum of 6 characters and a maximum of 12. +To reduce the possibility of phishing, we set limitations on alias registrations. Users can use any combination of the lower-case Latin letters a-z and the Arabic numerals 0-9. Additionally, the length must be a minimum of 6 characters and a maximum of 25. :::note